$ vagrant init ubuntu/trusty32 install OS
$ vagrant up start up
$ vagrant ssh log in
$ vagrant halt stops vagrant
#!/usr/bin/env bash apt-get update apt-get install -y apache2 rm -rf /var/www ln -fs /vagrant /var/www
Vagrant.configure("2") do |config| config.vm.box = "hashicorp/precise32" config.vm.provision :shell, path: "bootstrap.sh" end
https://github.com/Varying-Vagrant-Vagrants/VVV
props @10up, @jeremyfelt
https://puphpet.com/
props @markjaquith
13 Vagrant Resources for WordPress Development
props @wptavern | @pollyplummer
http://vagrantup.com