public/ # public viewable directory for the demo
puppet/ # puppet scripts
sql/ # mysql db data
README.md # readme file
Vagrantfile # Vagrant configuration
Open https://lpopov.github.io/virtualization-for-developers-workshop
or
- Clone the repository
- Change to 'gh-pages' branch
- Open
index.html
with a browser
- Install Vagrant and VirtualBox
- Change to the directory
Vagrantfile
is in - Run
vagrant up
and wait for it to finish (you need to have Internet connection, for everything to install correctly) - Open http://10.0.1.10/ in a browser