mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-18 01:39:01 +00:00
7 lines
497 B
Plaintext
Executable File
7 lines
497 B
Plaintext
Executable File
#/bin/bash
|
|
|
|
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 "Sidekiq" bundle exec sidekiq -q preparse,2 -q parse,2 -q deletegenotype -q fitbitdump -q fitbitedit -q fitbitendsubscription -q fitbitinit -q fitbitnotification -q fixphenotypes -q frequency -q genomegov -q mailnewgenotype -q mendeley_details -q mendeley -q pgp -q plos_details -q plos -q zipfulldata -q snpedia -q zipgenotyping
|