Skip to content

Commit

Permalink
Merge pull request maxdemarzi#111 from kfreytag/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Kurt Freytag committed Feb 14, 2014
2 parents 329453e + 8d3e636 commit 18c72b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions koality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ setup:
- rm -rf /crunchbase
- sudo ln -s /home/crunchbase /crunchbase
- sudo chown crunchbase:crunchbase /crunchbase
- for repo in `grep ":path => '/crunchbase/" Gemfile | cut -d ' ' -f 2 | sed -r "s/[',]//g"`; do cd /crunchbase/$repo && git pull && if [ -e bower.json ] ; then sudo -u crunchbase bower install ; fi && bundle install; done
- for dir in `grep "/crunchbase/$KOALITY_REPOSITORY" /crunchbase/*/Gemfile | cut -d ':' -f 1 | sed -e "s/\/Gemfile//g"`; do cd $dir && git pull && if [ -e bower.json ] ; then sudo -u crunchbase bower install ; fi && bundle install; done
- cd /home/crunchbase/$KOALITY_REPOSITORY && bundle install && if [ -e bower.json ] ; then sudo -u crunchbase bower update ; fi
- for repo in `grep ":path => '/crunchbase/" Gemfile | cut -d ' ' -f 2 | sed -r "s/[',]//g"`; do cd /crunchbase/$repo && git pull && if [ -e bower.json ] ; then sudo -u crunchbase bower update ; fi && bundle install; done
- for dir in `grep "/crunchbase/$KOALITY_REPOSITORY" /crunchbase/*/Gemfile | cut -d ':' -f 1 | sed -e "s/\/Gemfile//g"`; do cd $dir && git pull && if [ -e bower.json ] ; then sudo -u crunchbase bower update ; fi && bundle install; done
- cd /crunchbase/integration && git pull && bundle install
####################################
# Create and Seed the Database
Expand Down

0 comments on commit 18c72b8

Please sign in to comment.