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.
# FIRST: Install Vagrant (http://www.vagrantup.com/)
# and VirtualBox (https://www.virtualbox.org/)
#
# make sure the librarian gem is installed
gem install librarian-chef
# if you use rbenv you need to execute to make the librarian-chef command available:
# $ rbenv rehash
# checkout the sandbox from GitHub
git clone https://github.com/Kunstmaan/KunstmaanSandbox.git
# move into the sandbox folder
cd KunstmaanSandbox
# get the chef cookbooks needed to configure the Vagrant box
librarian-chef install
# fire up Vagrant
vagrant up
# open http://localhost:8484/en/admin in your browser
# login with admin / admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment