mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-18 01:39:01 +00:00
8 lines
247 B
Plaintext
Executable File
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=*
|
|
|