Added a Procfile

Added a Procfile. Just run foreman start to start the web server and all 3 background processes.

Mike Harris 11 年 前
コミット
f778a8de92
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  1. 4 0
      Procfile

+ 4 - 0
Procfile

@@ -0,0 +1,4 @@
1
+web: bundle exec rails server
2
+schedule: bundle exec rails runner bin/schedule.rb
3
+twitter: bundle exec rails runner bin/twitter_stream.rb
4
+dj: bundle exec script/delayed_job run