-
Notifications
You must be signed in to change notification settings - Fork 8
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
Automate WormSim deployment via docker #53
Comments
Since we use Travis CI for continuous integration and testing, wouldn't it be better to use their tools for deployment instead of Jenkins? Just asking. |
@MichaelCurrie I agree that if we manage to get the integrated solution to work all on the same platform it would be a better option. Travis supports a number of providers (same link as you have) and notably has integration with amazon instances via AWS Code deploy but it is somewhat limited, or at least hard to get to work - @tarelli tried but says it assumes you are deploying one repo and not many like we have (one per each geppetto bundle). Jenkins is much more flexible in the sense that you can just list your deployment steps with no limitations on what you can / cannot do in terms of commands. |
Started this process today. Using this document as a guide. Committed a branch within initial contents to make this happen. Next steps:
|
Hi, Is it OK to start over the wormsim project with this issue? |
Sure. Not sure what state it is in or how easy it would be to get going inside docker... |
I've been playing with the docker files for some hours for the past few days. I'm mainly aiming to use an online version of the Wormsim for educational purposes. The docker branch can be a good starting point from an integrated development perspective (where all the installation and dependency requirements are gathered in one place), although, from a deployment point of view has also some advantages (security, cloud-friendly, etc...). Just not sure to wish the worm to find its way out of the docker through a hole or not ;) :D |
Issue Update: Troubleshooting WormSim and Geppetto Compatibility
|
No description provided.
The text was updated successfully, but these errors were encountered: