Created
August 24, 2015 11:43
-
-
Save jbmyid/0c1ffd0ddb4e49d2214e to your computer and use it in GitHub Desktop.
Setup vagrant
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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