Skip to content

Instantly share code, notes, and snippets.

@britg
Created June 3, 2011 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save britg/1005789 to your computer and use it in GitHub Desktop.
Save britg/1005789 to your computer and use it in GitHub Desktop.
My Procfile
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