Cross Reference: start-development
xref
: /
ontohub
/
script
/
start-development
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
start-development revision 906d1c5157958f79b832a4c18aa9df80205448d2
#!/
bin
/
sh
root
=
"
$(
dirname
$
0
)
/.."
cd
$root
rake
sunspot
:
solr
:
start
&
./
script
/
start-sidekiq
>>
log
/
sidekiq.log
&
rails
s &
trap
"rake sunspot:solr:stop"
INT
wait