run_torqbox.sh 193 B

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