Simple project for the devops candidate exam
In order to continue developing this project and test your changes, do the following:
- Clone this repo
- Make your changes to the code
- Push your changes. This will trigger a build in Jenkins
- Download and install VirtualBox and Vagrant
- Cd into devops/ directory
- Run vagrant up and wait a few minutes for everything to be ready
- Go to http://localhost:5000 to see your app
- If you want to make more changes: change the code, push the changes, and then run vagrant provision to update your local VM
- When you're done, remove the VM with vagrant destroy