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 25 gem which bundler >/dev/null 2>&1 || run gem install bundler
26 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 32 # create the database with sample data
33 33 run cp config/database.yml.sqlite3 config/database.yml
... ...