Skip to content

Instantly share code, notes, and snippets.

@rnarayana
Created October 13, 2013 13:27
Show Gist options
  • Save rnarayana/6962375 to your computer and use it in GitHub Desktop.
Save rnarayana/6962375 to your computer and use it in GitHub Desktop.
Setting up linux dev box using vagrant
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