Skip to content

Instantly share code, notes, and snippets.

@achudars
Last active December 26, 2015 16:49
Show Gist options
  • Save achudars/7183178 to your computer and use it in GitHub Desktop.
Save achudars/7183178 to your computer and use it in GitHub Desktop.
Vagrant for Windows 8.1
  1. Install Git for Windows; Install Oracle VirtualBox.

  2. Install Vagrant and restart your PC.

  3. 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
  1. 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
  1. Run vagrant:
vagrant up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment