Skip to content

Instantly share code, notes, and snippets.

@jbmyid
Created August 24, 2015 11:43
Show Gist options
  • Save jbmyid/0c1ffd0ddb4e49d2214e to your computer and use it in GitHub Desktop.
Save jbmyid/0c1ffd0ddb4e49d2214e to your computer and use it in GitHub Desktop.
Setup vagrant
install vagrant
# download box and specify the path for vagrant box
vagrant box add ubuntu/trusty64 ~/Downloads/trusty-server-cloudimg-amd64-vagrant-disk1.box
vagrant init ubuntu/trusty64
vagrant up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment