Created
July 1, 2011 17:49
-
-
Save blahutka/1059062 to your computer and use it in GitHub Desktop.
Procfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DON'T PUT THIS COMMENT IN THE Procfile | |
# FOR DEVELOPMENT | |
# Run from command line with: bundle exec rvmsudo foreman start | |
# ---------------------------------------------------------------- | |
app: bundle exec unicorn -p 3000 -c config/unicorn.rb | |
web: /usr/sbin/nginx -g "daemon off;" | |
# FOR PRODUCTION | |
# export with:foreman export upstart /etc/init -c web=2 -c worker=4 -c clock=1 | |
... add script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment