Skip to content

Instantly share code, notes, and snippets.

@samuelcouch
Last active August 29, 2015 14:09
Show Gist options
  • Save samuelcouch/2d15c5b4ea80ca21b16a to your computer and use it in GitHub Desktop.
Save samuelcouch/2d15c5b4ea80ca21b16a to your computer and use it in GitHub Desktop.
  1. Navgigate to whichever directory you want your VM to be accessible
  2. vagrant init ubuntu/trusty64
  3. vagrant up
  4. vagrant ssh
  • Now you are in your ubuntu VM
  1. sudo apt-get update
  2. sudo apt-get install build-essential
  3. cd /vagrant/
  • This is where all of your local files (of the direcrory where you put the VM) are located
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment