Skip to content

Instantly share code, notes, and snippets.

@bryanveloso
Created January 1, 2012 22:52
Show Gist options
  • Select an option

  • Save bryanveloso/1548576 to your computer and use it in GitHub Desktop.

Select an option

Save bryanveloso/1548576 to your computer and use it in GitHub Desktop.
A sample Procfile.
compass: compass watch static
db: postgres -D /usr/local/var/postgres
redis: redis-server /usr/local/etc/redis.conf
web: python ranking/manage.py runserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment