run_jruby_puma.sh 225 B

12345678
  1. #!/bin/bash
  2. # We assume single-user installation as
  3. # done in our rvm.sh script and
  4. # in Travis-CI
  5. source $HOME/.rvm/scripts/rvm
  6. DB_HOST=${DBHOST} rvm jruby-1.7.13 do bundle exec puma -b tcp://0.0.0.0:8080 -e production &