Created
October 13, 2013 13:27
-
-
Save rnarayana/6962375 to your computer and use it in GitHub Desktop.
Setting up linux dev box using vagrant
This file contains hidden or 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
Get the linux virtualbox image URL from http://www.vagrantbox.es/ | |
$ vagrant box add {title} {url} | |
$ vagrant init {title} | |
$ vagrant up | |
--Shutting down | |
$ vagrant halt | |
--List all vagrant boxes | |
$ vagrant box list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment