Created
May 16, 2012 21:29
-
-
Save cnruby/2714101 to your computer and use it in GitHub Desktop.
install_virtualbox_and_vagrantup
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
$ 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