diaspora/Procfile
Maxwell Salzberg 63cdd93afc the websocket has been completely removed, and replaced for a stub until
we find a better way to reimpliment it in a  more sane way
2012-01-03 18:39:54 -08:00

3 lines
117 B
Text

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