Skip to content

Commit

Permalink
Merge pull request #36 from research-technologies/hyrax_3_1
Browse files Browse the repository at this point in the history
Hyrax 3 1
  • Loading branch information
cziaarm authored Mar 10, 2022
2 parents 727864a + d7249bc commit 89f10ce
Show file tree
Hide file tree
Showing 53 changed files with 1,194 additions and 558 deletions.
1 change: 1 addition & 0 deletions .fcrepo_wrapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Place any default configuration for solr_wrapper here
version: 4.7.5
port: 8984
enable_jms: false
fcrepo_home_dir: tmp/fcrepo4-development-data
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
terraform/config.json
terraform/create_copy_script.rb
terraform/docker_build.rb
terraform.uat/config.json
terraform.uat/create_copy_script.rb
terraform.uat/docker_build.rb
terraform.prod/config.json
terraform.prod/create_copy_script.rb
terraform.prod/docker_build.rb

# Keys
*id_rsa
Expand Down
2 changes: 1 addition & 1 deletion .solr_wrapper
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Place any default configuration for solr_wrapper here
# version: 7.7.1
version: 7.7.1
# port: 8983
instance_dir: tmp/solr-development
collection:
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ RUN apt-get update -qq \
libpq-dev \
libreoffice \
libxml2-dev libxslt1-dev \
logrotate \
net-tools \
nodejs \
openjdk-11-jre-headless \
Expand Down
13 changes: 10 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

gem 'hyrax', '~> 2.9', '>= 2.9.3'
gem 'hyrax', '~> 3.1'
# rdf 3.2.5 conflicts with a monkey patch in acive-fedora 13.2.5 and below
gem 'rdf', '~> 3.2', '<= 3.2.4'
gem 'okcomputer', '~> 1.6', '>= 1.6.4'

#gem 'hyrax', '~> 2.9', '>= 2.9.3'

#gem 'hyrax', '~> 2.5'

group :development, :test do
Expand All @@ -67,9 +73,10 @@ gem 'rsolr', '>= 1.0'

gem 'riiif', '~> 2.0'

gem 'dog_biscuits'
#gem 'dog_biscuits'
gem 'dog_biscuits', git: 'https://github.com/research-technologies/dog_biscuits.git'
gem 'hydra-role-management'
gem 'leaf_addons', git: 'https://github.com/leaf-research-technologies/leaf_addons.git'
gem 'leaf_addons', git: 'https://github.com/research-technologies/leaf_addons.git'
gem 'pg', '~> 0.21.0'
gem 'sidekiq'

Expand Down
Loading

0 comments on commit 89f10ce

Please sign in to comment.