Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Quick Installation guide for Mac OS X

Jason Dugdale edited this page Dec 8, 2015 · 2 revisions

These steps are more or less the same as whats listed in the README, but in this case we'll use brew to install packages and plugins where we can

  1. Install brew-cask and use this to install Vagrant and VirtualBox:
brew tap phinze/homebrew-cask && brew install brew-cask; brew cask install vagrant virtualbox
  1. Install ChefDK for OS X from downloads.chef.io
  2. Install the required Vagrant plug-ins:
vagrant plugin install vagrant-omnibus vagrant-berkshelf
  1. vagrant up
  2. Wait. The installation process took me ~15 minutes on a top spec 2015 Macbook Pro
  3. Continue by following the subsequent steps in the Local Quick Start Guide