install.sh 292 B

123456789101112
  1. #!/bin/bash
  2. fw_depends rvm nginx java
  3. rvm install ruby-2.0.0-p0
  4. rvm ruby-2.0.0-p0 do bundle install --gemfile=$TROOT/Gemfile
  5. rvm install jruby-1.7.8
  6. rvm jruby-1.7.8 do bundle install --gemfile=$TROOT/Gemfile
  7. rvm install rbx-2.2.10
  8. rvm rbx-2.2.10 do bundle install --gemfile=$TROOT/Gemfile