Skip to content

Instantly share code, notes, and snippets.

@wimvds
Forked from roderik/bootstrap.sh
Last active December 16, 2015 06:58
Show Gist options
  • Save wimvds/5394798 to your computer and use it in GitHub Desktop.
Save wimvds/5394798 to your computer and use it in GitHub Desktop.
# make sure the librarian gem is installed (https://github.com/applicationsonline/librarian)
gem install librarian
# checkout the sandbox from GitHub (https://github.com/Kunstmaan/KunstmaanSandbox)
git clone https://github.com/Kunstmaan/KunstmaanSandbox.git
# get the chef cookbooks needed to configure the Vagrant box
cd KunstmaanSandbox/build
librarian-chef install
cd ..
# fire up Vagrant
vagrant up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment