Revisions
-
Wim Vandersmissen revised this gist
Apr 16, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ # 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 -
roderik revised this gist
Jan 14, 2013 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,8 @@ # # make sure the librarian gem is installed gem install librarian # 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 -
roderik revised this gist
Jan 11, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gem install librarian # 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 -
roderik revised this gist
Jan 11, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -11,4 +11,5 @@ cd KunstmaanSandbox librarian-chef install # fire up Vagrant vagrant up # open http://localhost:8484/en/admin in your browser # login with admin / admin -
roderik revised this gist
Jan 11, 2013 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ # FIRST: Install Vagrant (http://www.vagrantup.com/) # and VirtualBox (https://www.virtualbox.org/) # # make sure the librarian gem is installed gem install librarian # checkout the sandbox from GitHub -
roderik revised this gist
Jan 11, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -7,4 +7,5 @@ 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 -
roderik revised this gist
Jan 11, 2013 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ # make sure the librarian gem is installed gem install librarian # checkout the sandbox from GitHub git clone https://github.com/Kunstmaan/KunstmaanSandbox.git # move into the sanbox folder cd KunstmaanSandbox # get the chef cookbooks needed to configure the Vagrant box librarian-chef install # fire up Vagrant vagrant up -
roderik revised this gist
Jan 11, 2013 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,10 @@ # 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 -
roderik revised this gist
Jan 11, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ gem install librarian git clone https://github.com/Kunstmaan/KunstmaanSandbox.git cd KunstmaanSandbox vagrant up -
roderik revised this gist
Jan 9, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ git clone https://github.com/Kunstmaan/KunstmaanSandbox.git cd KunstmaanSandbox vagrant up -
roderik created this gist
Jan 9, 2013 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ git clone https://github.com/Kunstmaan/KunstmaanSandbox.git vagrant up