2013-04-07 14:19:21 -07:00
|
|
|
# Procfile for development:
|
2013-03-15 13:41:32 -04:00
|
|
|
web: bundle exec rails server
|
|
|
|
schedule: bundle exec rails runner bin/schedule.rb
|
|
|
|
twitter: bundle exec rails runner bin/twitter_stream.rb
|
2013-04-07 14:19:21 -07:00
|
|
|
dj: bundle exec script/delayed_job run
|
|
|
|
|
|
|
|
# Possible Profile configuration for production:
|
|
|
|
# web: bundle exec unicorn -c config/unicorn/production.rb
|
|
|
|
# schedule: bundle exec rails runner bin/schedule.rb
|
|
|
|
# twitter: bundle exec rails runner bin/twitter_stream.rb
|
2014-04-16 13:24:23 +05:30
|
|
|
# dj: bundle exec script/delayed_job run
|