在开发环境中安装Sunspot之后,Rails 3应用程序崩溃了

时间:2014-02-20 13:37:47

标签: ruby-on-rails sunspot sunspot-rails

我使用this guide来安装太阳黑子。我成功地运行了以下命令:

**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

之后我的网站崩溃了。我试过这些东西:

使用以下命令重启passanger:

touch tmp/restart.txt

然后再次bundle install

我收到此错误:

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

我的应用链接:http://darbs.ecotechno.lv/

0 个答案:

没有答案