Commit 92ecbee8fd2022e5f9094fea0ea8f923ca668b3e

Authored by Daniela Feitosa
1 parent f0d6e0a3

Solr must start before delayed job

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
script/development
... ... @@ -11,8 +11,8 @@ stop() {
11 11  
12 12 start() {
13 13 ./script/feed-updater start
14   - ./script/delayed_job start
15 14 rake -s solr:start
  15 + ./script/delayed_job start
16 16 trap stop INT TERM
17 17 ./script/server $@
18 18 }
... ...