run_rbx_puma.sh 209 B

1234567
  1. #!/bin/bash
  2. fw_depends rvm rbx-2.4
  3. rvm rbx-$RBX_VERSION do bundle install --jobs=4 --gemfile=$TROOT/Gemfile --path=vendor/bundle
  4. WEB_SERVER=Puma DB_HOST=${DBHOST} rvm rbx-$RBX_VERSION do bundle exec puma &