Commit da26c5f7a72dcd430e5ec29a678a74a821e07904
Exists in
master
and in
22 other branches
Merge commit 'refs/merge-requests/176' of git://gitorious.org/noosfero/noosfero …
…into merge-requests/176 Conflicts: script/quick-start-debian
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
script/install-dependencies/debian-squeeze.sh
@@ -5,4 +5,5 @@ run sudo apt-get -y install $runtime_dependencies | @@ -5,4 +5,5 @@ run sudo apt-get -y install $runtime_dependencies | ||
5 | # needed for development | 5 | # needed for development |
6 | run sudo apt-get -y install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick po4a xvfb libxml2-dev libxslt-dev | 6 | run sudo apt-get -y install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick po4a xvfb libxml2-dev libxslt-dev |
7 | gem which bundler >/dev/null 2>&1 || run gem install bundler | 7 | gem which bundler >/dev/null 2>&1 || run gem install bundler |
8 | +which bundle >/dev/null 2>&1 || export PATH="$(ruby -rubygems -e 'puts Gem.bindir'):$PATH" | ||
8 | run bundle install | 9 | run bundle install |