forked from bofh/fetsite
local solr sunspot
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -5,7 +5,7 @@ gem 'sprockets', '2.2.2'
|
|||||||
gem 'webrick', '1.3.1'
|
gem 'webrick', '1.3.1'
|
||||||
# Bundle edge Rails instead:
|
# Bundle edge Rails instead:
|
||||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||||
gem 'mysql2'
|
gem 'mysql2', '~>0.3.10'
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
gem 'execjs', '~>1.4.0'
|
gem 'execjs', '~>1.4.0'
|
||||||
|
|
||||||
|
|||||||
@@ -10,10 +10,15 @@ production:
|
|||||||
|
|
||||||
development:
|
development:
|
||||||
solr:
|
solr:
|
||||||
hostname: solr
|
hostname: triton-amp.local
|
||||||
port: 8983
|
port: 8080
|
||||||
log_level: INFO
|
log_level: INFO
|
||||||
path: /solr/mycore
|
path: /solr/mycore
|
||||||
|
# solr:
|
||||||
|
# hostname: localhost
|
||||||
|
# port: 8983
|
||||||
|
# log_level: INFO
|
||||||
|
# path: /solr/mycore
|
||||||
|
|
||||||
test:
|
test:
|
||||||
solr:
|
solr:
|
||||||
|
|||||||
Reference in New Issue
Block a user