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