Commit c141422b6b095a02348d3360c17bfbe095e89124

Authored by Antonio Terceiro
1 parent fd5b4b3a

Do not start solr during quick start script

./script/development already starts it
Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
script/quick-start-debian
@@ -25,9 +25,9 @@ run sudo apt-get -y install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagi @@ -25,9 +25,9 @@ run sudo apt-get -y install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagi
25 gem which bundler >/dev/null 2>&1 || run gem install bundler 25 gem which bundler >/dev/null 2>&1 || run gem install bundler
26 run bundle install 26 run bundle install
27 27
28 -# download and start solr  
29 -rake solr:download  
30 -rake solr:start 28 +# setup solr
  29 +run rake solr:download
  30 +run cp config/solr.yml.dist config/solr.yml
31 31
32 # create the database with sample data 32 # create the database with sample data
33 run cp config/database.yml.sqlite3 config/database.yml 33 run cp config/database.yml.sqlite3 config/database.yml