A multimachine vagrant file containing two web servers and a database server
-
web01
-
web02
-
mysql
Learn where to grab Vagrant from and how to install it here.
vagrant up
First time it will take a while because the VM image is being downloaded
Usernames and/or passwords, where applicable, are either ubuntu or just nothing.
vagrant ssh web01
vagrant ssh web02
vagrant ssh mysql
vagrant destroy -f
Not much
- Add Vagrantfile
- Add Install Vagrant documentation
- Add Create Machines documentation