Created
June 3, 2011 03:02
-
-
Save britg/1005789 to your computer and use it in GitHub Desktop.
My 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
web: bundle exec thin start | |
worker: bundle exec rake jobs:work | |
log: tail -f -n 0 log/development.log | |
watchr: bundle exec rake watchr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment