Vagrant - virtual machine environment, defined in code
- Clone the repository and run
vagrant up
- this will setup the basic vagrant machine with tools installed for the course - Run the
vagrant provision
on running machine for update
By selecting different branches you can get the sample code that you should have in you repository at the end of the selected block:
Branches | Block | Description |
---|---|---|
main | Prework | Basic vagrant machine |
final | CI/CD 5 | Added infrastructure automation |