Skip to content

Instantly share code, notes, and snippets.

@wimvds
Forked from roderik/bootstrap.sh
Last active December 16, 2015 06:58

Revisions

  1. Wim Vandersmissen revised this gist Apr 16, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion bootstrap.sh
    Original 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
    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
  2. @roderik roderik revised this gist Jan 14, 2013. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions bootstrap.sh
    Original 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
  3. @roderik roderik revised this gist Jan 11, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion bootstrap.sh
    Original 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 sanbox folder
    # move into the sandbox folder
    cd KunstmaanSandbox
    # get the chef cookbooks needed to configure the Vagrant box
    librarian-chef install
  4. @roderik roderik revised this gist Jan 11, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion bootstrap.sh
    Original 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
    # open http://localhost:8484/en/admin in your browser
    # login with admin / admin
  5. @roderik roderik revised this gist Jan 11, 2013. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions bootstrap.sh
    Original 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
  6. @roderik roderik revised this gist Jan 11, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion bootstrap.sh
    Original 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
    vagrant up
    # open http://localhost:8484/en/admin in your browser
  7. @roderik roderik revised this gist Jan 11, 2013. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions bootstrap.sh
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,10 @@
    # make sure the librarian gem is installed (https://github.com/applicationsonline/librarian)
    # make sure the librarian gem is installed
    gem install librarian
    # checkout the sandbox from GitHub (https://github.com/Kunstmaan/KunstmaanSandbox)
    # 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
    cd KunstmaanSandbox/build
    librarian-chef install
    cd ..
    # fire up Vagrant
    vagrant up
  8. @roderik roderik revised this gist Jan 11, 2013. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion bootstrap.sh
    Original 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
    cd KunstmaanSandbox
    # get the chef cookbooks needed to configure the Vagrant box
    cd KunstmaanSandbox/build
    librarian-chef install
    cd ..
    # fire up Vagrant
    vagrant up
  9. @roderik roderik revised this gist Jan 11, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions bootstrap.sh
    Original 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
  10. @roderik roderik revised this gist Jan 9, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions bootstrap.sh
    Original 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
  11. @roderik roderik created this gist Jan 9, 2013.
    2 changes: 2 additions & 0 deletions bootstrap.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    git clone https://github.com/Kunstmaan/KunstmaanSandbox.git
    vagrant up