-
Install Git for Windows; Install Oracle VirtualBox.
-
Install Vagrant and restart your PC.
-
Run Git Bash and cd to preferred directory. Then:
vagrant init trusty32 http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-i386-vagrant-disk1.box
- In the directory that also keeps your Vagrantfile install the vbguest plugin to keep guest additions up to date with vagrant:
vagrant plugin install vagrant-vbguest
- Run vagrant:
vagrant up