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