Skip to content

Commit

Permalink
Add solr_wrapper and fcrepo_wrapper configs
Browse files Browse the repository at this point in the history
 - enable running these services in development by starting them from
   the git root path without relying on the engine cart configs
 - add .solr_wrapper config for RAILS_ENV=development
 - add .fcrepo_wrapper config for RAILS_ENV=development
  • Loading branch information
dazza-codes committed Jun 1, 2017
1 parent 9998f28 commit ab14c2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .fcrepo_wrapper
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Place any default configuration for fcrepo_wrapper here
port: 8984
enable_jms: false
fcrepo_home_dir: tmp/fcrepo4-development-data
6 changes: 6 additions & 0 deletions .solr_wrapper
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Place any default configuration for solr_wrapper here
# port: 8983
collection:
persist: true
dir: solr/config/
name: hydra-development

0 comments on commit ab14c2f

Please sign in to comment.