Last active
December 10, 2015 20:58
-
-
Save roderik/4491290 to your computer and use it in GitHub Desktop.
Installation guide for http://bundles.kunstmaan.be
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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