Guest User

Untitled

a guest
Nov 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!/bin/sh
  2. export GEM_HOME=.bundle/gems
  3. export PATH=$GEM_HOME/bin:$PATH
  4. cd `dirname $0`
  5. echo "Working in `pwd`"
  6. ruby -v
  7. echo "Rubygems `gem -v`"
  8. bundle -v 2>&1 || gem install bundler
  9. bundle install --binstubs=.bundle/bin
  10. foreman start
Add Comment
Please, Sign In to add comment