Created
January 1, 2012 22:52
-
-
Save bryanveloso/1548576 to your computer and use it in GitHub Desktop.
A sample Procfile.
This file contains hidden or 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
| 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