Replaced annoying screen-handling by resque-pool

This commit is contained in:
drsnuggles
2013-02-26 15:35:23 +10:00
parent 137ce3f8cc
commit e042aab2d1
5 changed files with 42 additions and 16 deletions

View File

@@ -3,5 +3,4 @@
screen -d -m -S "Server" bundle exec rails s
screen -d -m -S "Solr" bundle exec rake sunspot:solr:run
screen -d -m -S "Redis" redis-server
screen -d -m -S "Resque-worker" bundle exec rake environment resque:work QUEUE=*
bundle exec resque-pool --daemon --environment development