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