Commit 9f9de1661ae97da43bb0e8a05393e9a791088c2f
1 parent
af65bed1
Exists in
master
and in
29 other branches
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 | 66 | fi |
67 | 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 | 69 | # create the database with sample data |
79 | 70 | run cp config/database.yml.sqlite3 config/database.yml |
80 | 71 | run rake db:schema:load | ... | ... |