Commit eb014246da53b1f320a941bd6acc99f8a7f16b3d

Authored by Braulio Bhavamitra
1 parent ac93c7fd

Download and start Solr at quick-start-debian

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
script/quick-start-debian
... ... @@ -25,6 +25,10 @@ run sudo apt-get -y install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagi
25 25 run gem install bundler
26 26 run bundle install
27 27  
  28 +# download and start solr
  29 +rake solr:download
  30 +rake solr:start
  31 +
28 32 # create the database with sample data
29 33 run cp config/database.yml.sqlite3 config/database.yml
30 34 run rake db:schema:load
... ...