local solr sunspot

This commit is contained in:
ruby
2017-05-09 15:10:40 +02:00
parent e73315bd41
commit a1ef7028fd
2 changed files with 9 additions and 4 deletions

View File

@@ -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'

View File

@@ -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: