Skip to content

Commit

Permalink
Generate sufia using the installer
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Mar 28, 2016
1 parent dcda94b commit 175d00a
Show file tree
Hide file tree
Showing 112 changed files with 4,541 additions and 56 deletions.
3 changes: 3 additions & 0 deletions .fcrepo_wrapper
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Place any default configuration for solr_wrapper here
port: 8984
enable_jms: false
5 changes: 5 additions & 0 deletions .solr_wrapper
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Place any default configuration for solr_wrapper here
# port: 8983
collection:
dir: solr/config/
name: hydra-development
10 changes: 10 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ group :development, :test do
gem 'rspec-rails'

gem 'coveralls', require: false

gem 'solr_wrapper', '>= 0.3'
gem 'fcrepo_wrapper'
end

group :development do
Expand All @@ -50,3 +53,10 @@ group :development do
gem 'spring'
end


gem 'sufia', github: 'projecthydra/sufia'
gem 'rsolr', '~> 1.0.6'

gem 'devise'
gem 'devise-guests', '~> 0.3'

Loading

0 comments on commit 175d00a

Please sign in to comment.