Skip to content

Instantly share code, notes, and snippets.

@roderik
Last active December 10, 2015 20:58
Show Gist options
  • Save roderik/4491290 to your computer and use it in GitHub Desktop.
Save roderik/4491290 to your computer and use it in GitHub Desktop.
Installation guide for http://bundles.kunstmaan.be
# 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
# get composer and all the dependencies
curl -sS https://getcomposer.org/installer | php
php composer.phar install
# fire up Vagrant
vagrant up
# open http://localhost:8003/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