install.sh 196 B

123456789
  1. #!/bin/bash
  2. fw_depends rvm nginx java
  3. rvm install 2.1.2
  4. rvm 2.1.2 do bundle install --gemfile=$TROOT/Gemfile
  5. rvm install jruby-1.7.13
  6. rvm jruby-1.7.13 do bundle install --gemfile=$TROOT/Gemfile