Skip to content

Instantly share code, notes, and snippets.

@mchung
Created January 26, 2012 16:21
Show Gist options
  • Save mchung/1683599 to your computer and use it in GitHub Desktop.
Save mchung/1683599 to your computer and use it in GitHub Desktop.
What did we do before Procfile?
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