| Package | Download URL |
|---|---|
| VirtualBox | https://www.virtualbox.org/wiki/Downloads |
| Vagrant | http://www.vagrantup.com/downloads.html |
You can start each of the VM's individually like this:
vagrant up master
vagrant up app
vagrant up dbor you can just start them all up in one command:
vagrant upThen just remember to accept the minion keys on the master:
vagrant ssh master
salt-key -A