Files
diaspora/Procfile

4 lines
99 B
Plaintext

web: bundle exec rails s -p $PORT
redis: redis-server
worker: QUEUE=* bundle exec rake resque:work