Skip to content

Instantly share code, notes, and snippets.

@cnruby
Created May 16, 2012 21:29
Show Gist options
  • Save cnruby/2714101 to your computer and use it in GitHub Desktop.
Save cnruby/2714101 to your computer and use it in GitHub Desktop.
install_virtualbox_and_vagrantup
$ wget http://download.virtualbox.org/virtualbox/4.1.14/VirtualBox-4.1.14-77440-OSX.dmg
$ open VirtualBox-4.1.14-77440-OSX.dmg
$ wget http://files.vagrantup.com/packages/eb590aa3d936ac71cbf9c64cf207f148ddfc000a/Vagrant-1.0.3.dmg
$ open Vagrant-1.0.3.dmg
$ vagrant box add base http://files.vagrantup.com/lucid32.box
$ vagrant up
$ vagrant ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment