Created
January 26, 2012 16:21
-
-
Save mchung/1683599 to your computer and use it in GitHub Desktop.
What did we do before 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
web: bundle exec unicorn_rails -p $PORT -c ./config/unicorn.rb | |
pg: postgres -D /usr/local/var/postgres | |
log: tail -f -n 0 log/development.log | |
guard: bundle exec guard | |
memcache: /usr/local/bin/memcached -v | |
redis: redis-server /usr/local/etc/redis.conf | |
worker: bundle exec rake resque:work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment