我看到了这个问题Setup sunspot solr with rails in production environment。
但我看到了我的输出:
bundle exec sunspot-solr start
...sunspot_solr is not part of the bundle. Add it to Gemfile.
我在开发组下有sunspot_solr,我想我不应该改变它。
Using rsolr (1.0.8)
...
Using sunspot (1.3.3)
Using sunspot_rails (1.3.3)
rake sunspot:solr:start RAILS_ENV=production
Note: This task has been moved to the sunspot_solr gem. To install, start and
stop a local Solr instance, please add sunspot_solr to your Gemfile:
group :development do
gem 'sunspot_solr'
end
任何建议,谢谢。
答案 0 :(得分:2)
你能尝试将宝石放在开发组之外吗?
我在开发小组之外有以下宝石:
gem 'sunspot_rails'
gem 'sunspot_solr'