run_rbx_puma.sh 229 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. DB_HOST=${DBHOST} rvm rbx-$RBX_VERSION do bundle exec puma -b tcp://0.0.0.0:8080 -e production &