Files
snpr/serverscript
2012-07-30 14:58:13 +10:00

8 lines
247 B
Plaintext
Executable File

#/bin/bash
screen -d -m -S "Server" bundle exec rails s -e production
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=*