-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting started with docker #12
Comments
@gmillinger that's great! Yes you are on the right track. All you need is:
You do not need any Quarkus extension as we already cover all in the maven project. So if you have cloned this repo you should start with:
This will start a Workflow Server with a Web interface on http://localhost:8080 I will work on a getting started guide to make it more clear for users. In the moment it is very draft ;-) |
@rsoika |
@gmillinger , I am just working on that issue. I already improved the readme and the docker-compose file. But I am still working on some minor fixes now. But overall: we are very near to first technical demo! |
@gmillinger - ok now I fixed all bugs and updated the code. |
@rsoika - I just read through all you have added. Super good work you have done. Tomorrow I will begin exercising the engine with my use cases. |
@rsoika |
That are great news! |
One more note: be aware that the model file |
@rsoika - Quick update, I have been building my own proof-of-concept application using micro. I am learning to use maven along the way. Everything is going well so far. |
@rsoika I am getting started with experimenting with the code. I am using vscode and installed the java extension pack and docker extension. I have also installed quarkus and the vscode extension from red hat.
I have not worked with docker before but have read the documentation enough to understand the concept. I have experimented with compose to build an image. I do not have an practical application of it or know how to use it to do development. How do I use it with this project. I tried to do a build using the docker-compose-dev.yaml file but it does not seem to build. I know it is the my lack of knowledge and I will continue to troubleshoot what is going on and learn about the basics of how docker is used for development.
It looks like the docker-compose-dev.yaml is used to start the postgres database for dev and testing.
Thanks Ralph.
The text was updated successfully, but these errors were encountered: