Skip to content

Instantly share code, notes, and snippets.

@trivektor
Created June 8, 2012 18:48
Show Gist options
  • Select an option

  • Save trivektor/2897545 to your computer and use it in GitHub Desktop.

Select an option

Save trivektor/2897545 to your computer and use it in GitHub Desktop.
Useful Vagrant commands
1/ Create a box file
vagrant box add uitl http://dl.dropbox.com/u/8072848/centos-5.7-x86_64.box
2/ vagrant init
3/ vagrant up
4/ vagrant ssh
5/ vagrant box list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment