Commit 9f9de1661ae97da43bb0e8a05393e9a791088c2f

Authored by Rodrigo Souto
1 parent af65bed1

Removing solr from quick start

Showing 1 changed file with 0 additions and 9 deletions   Show diff stats
script/quick-start
@@ -66,15 +66,6 @@ else @@ -66,15 +66,6 @@ else
66 fi 66 fi
67 fi 67 fi
68 68
69 -# setup solr  
70 -run 'rake solr:download || true'  
71 -if ! test -f vendor/plugins/acts_as_solr_reloaded/solr/start.jar; then  
72 - complain "Failed to download solr!"  
73 - exit 1  
74 -fi  
75 -  
76 -run cp config/solr.yml.dist config/solr.yml  
77 -  
78 # create the database with sample data 69 # create the database with sample data
79 run cp config/database.yml.sqlite3 config/database.yml 70 run cp config/database.yml.sqlite3 config/database.yml
80 run rake db:schema:load 71 run rake db:schema:load