Skip to content

Instantly share code, notes, and snippets.

@booch
Created April 20, 2015 15:45
Show Gist options
  • Save booch/5843239c2409ca07fed2 to your computer and use it in GitHub Desktop.
Save booch/5843239c2409ca07fed2 to your computer and use it in GitHub Desktop.
Prerequisites for HTTP Workshop

Please have Vagrant and VirtualBox installed ahead of the workshop, if possible. We'll be providing a virtual machine (on USB keys) with the lab exercises. Having Vagrant ready to run the VM will help us get started quickly. That said, we'll have a few minutes of slide presentation to get started. You might be able to get things working then. If you're unable to get Vagrant working, we'll have you pair up with a neighbor.

@ericbrooke
Copy link

For those installing Virtual box and Vagrant for the first time in Mac OS X

For Home Brew users as opposed to Mac Ports Users do the following:

Source -> https://github.com/caskroom/homebrew-cask

brew install caskroom/cask/brew-cask

source -> http://sourabhbajaj.com/mac-setup/Vagrant/README.html

Vagrant uses Virtualbox to manage the virtual dependencies. You can directly download virtualbox and install or use homebrew for it.

$ brew cask install virtualbox

Now install Vagrant either from the website or use homebrew for installing it.

$ brew cask install vagrant

Vagrant-Manager helps you manage all your virtual machines in one place directly from the menubar.

$ brew cask install vagrant-manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment