-
-
Save wimvds/5394798 to your computer and use it in GitHub Desktop.
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 | |
# 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