run_torqbox.sh 227 B

123456789
  1. #!/bin/bash
  2. fw_depends rvm java7 jruby-1.7.8
  3. rvm jruby-1.7.8 do bundle install --gemfile=$TROOT/Gemfile
  4. rvm jruby-1.7.8 do bundle --jobs 4
  5. DB_HOST=${DBHOST} rvm jruby-1.7.8 do bundle exec torqbox -b 0.0.0.0 -E production &