run_rbx_puma.sh 190 B

1234567
  1. #!/bin/bash
  2. fw_depends rvm rbx-2.2.10
  3. rvm rbx-2.2.10 do bundle install --gemfile=$TROOT/Gemfile
  4. DB_HOST=${DBHOST} rvm rbx-2.2.10 do bundle exec puma -b tcp://0.0.0.0:8080 -e production &