0

I used this guide to install Sunspot. I successfully run folowing commands:

**Add to Gemfile**:

gem 'sunspot_rails'
gem 'sunspot_solr' # optional pre-packaged Solr distribution for use in development
Bundle it!

bundle install
**Generate a default configuration file:**

rails generate sunspot_rails:install

**If sunspot_solr was installed, start the packaged Solr distribution with:**

bundle exec rake sunspot:solr:start # or sunspot:solr:run to start in foreground

After that my website crashed. I tried these things:

Restarted passanger with:

touch tmp/restart.txt

then again bundle install

I am getting this error :

Could not find mini_portile-0.5.2 in any of the sources (Bundler::GemNotFound)

My app link : http://darbs.ecotechno.lv/

Edgars
  • 913
  • 1
  • 19
  • 53

0 Answers0