Cross Reference: start-development
xref
: /
ontohub
/
script
/
start-development
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
start-development revision f1784fe4e552700c507e9b72d7cf1760c2a08c8d
#!/
bin
/
sh
rake
sunspot
:
solr
:
start
&
bin
/
sidekiq
-q
default
-q
hets
-c
1
-v >>
log
/
sidekiq.log
&
rails
s &
trap
"rake sunspot:solr:stop"
INT
wait