Commit 50da5683700fb70219afcc7c9cfe1e20c0f6894c

Authored by Antonio Terceiro
1 parent e66d26ee

Also install packages neeeded to run tests

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
script/quick-start-debian
@@ -22,6 +22,8 @@ run sudo apt-get -y install $runtime_dependencies @@ -22,6 +22,8 @@ run sudo apt-get -y install $runtime_dependencies
22 22
23 # needed for development 23 # needed for development
24 run sudo apt-get -y install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick po4a xvfb 24 run sudo apt-get -y install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick po4a xvfb
  25 +run gem install bundler
  26 +run bundle install
25 27
26 # create the database with sample data 28 # create the database with sample data
27 run cp config/database.yml.sqlite3 config/database.yml 29 run cp config/database.yml.sqlite3 config/database.yml