Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
RDMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
researchdata
RDMS
Commits
42b947c6
Commit
42b947c6
authored
1 year ago
by
Anusha Ranganathan
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix/revert-fcrepo-to-ualberta-image' into 'develop'
Revert fcrepo to ualberta image See merge request
!295
parents
b770d2c3
c607e1d3
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!295
Revert fcrepo to ualberta image
Pipeline
#14198
canceled
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.env.template
+2
-2
2 additions, 2 deletions
.env.template
.env.template.development
+2
-2
2 additions, 2 deletions
.env.template.development
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
hyrax/config/fedora.yml
+3
-3
3 additions, 3 deletions
hyrax/config/fedora.yml
with
8 additions
and
8 deletions
.env.template
+
2
−
2
View file @
42b947c6
...
...
@@ -31,7 +31,7 @@ REDIS_PORT=6379
FEDORA_URL_SCHEME=http
FEDORA_HOST=fcrepo
FEDORA_PORT=8080
FCREPO_PATH=/rest
FCREPO_PATH=/
fcrepo/
rest
FCREPO_VERSION=4.7.5
FCREPO_DEVELOPMENT_PORT=8080
FEDORA_TEST_PORT=8080
...
...
@@ -180,4 +180,4 @@ CRCDATASET_AWARD_TITLE=
CRCDATASET_AWARD_URI=
CRCDATASET_LANGUAGE=
CRCDATASET_RESOURCE_TYPE="Collection"
DATASET_PUBLISHER=
\ No newline at end of file
DATASET_PUBLISHER=
This diff is collapsed.
Click to expand it.
.env.template.development
+
2
−
2
View file @
42b947c6
...
...
@@ -26,7 +26,7 @@ REDIS_PORT=6379
FEDORA_URL_SCHEME=http
FEDORA_HOST=fcrepo
FEDORA_PORT=8080
FCREPO_PATH=/rest
FCREPO_PATH=/
fcrepo/
rest
FCREPO_VERSION=4.7.5
FCREPO_DEVELOPMENT_PORT=8080
FEDORA_TEST_PORT=8080
...
...
@@ -176,4 +176,4 @@ CRCDATASET_AWARD_TITLE=
CRCDATASET_AWARD_URI=
CRCDATASET_LANGUAGE=
CRCDATASET_RESOURCE_TYPE="Collection"
DATASET_PUBLISHER=
\ No newline at end of file
DATASET_PUBLISHER=
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
1
View file @
42b947c6
...
...
@@ -5,7 +5,7 @@ networks:
services
:
fcrepo
:
image
:
ghcr.io/samvera/
fcrepo4:4.7
.5
image
:
ualbertalib/docker-
fcrepo4:4.7
restart
:
unless-stopped
expose
:
-
8080
...
...
This diff is collapsed.
Click to expand it.
hyrax/config/fedora.yml
+
3
−
3
View file @
42b947c6
development
:
user
:
fedoraAdmin
password
:
fedoraAdmin
url
:
<%= ENV['FEDORA_URL_SCHEME'] || 'http' %>://<%= ENV['FEDORA_HOST'] || 'localhost' %>:<%= ENV['FCREPO_DEVELOPMENT_PORT'] || 8984 %><%= ENV['FCREPO_PATH'] || '/rest' %>
url
:
<%= ENV['FEDORA_URL_SCHEME'] || 'http' %>://<%= ENV['FEDORA_HOST'] || 'localhost' %>:<%= ENV['FCREPO_DEVELOPMENT_PORT'] || 8984 %><%= ENV['FCREPO_PATH'] || '/
fcrepo/
rest' %>
base_path
:
/dev
test
:
user
:
fedoraAdmin
password
:
fedoraAdmin
url
:
<%= ENV['FEDORA_URL_SCHEME'] || 'http' %>://<%= ENV['FEDORA_HOST'] || 'localhost' %>:<%= ENV['FEDORA_TEST_PORT'] || 8986 %><%= ENV['FCREPO_PATH'] || '/rest' %>
url
:
<%= ENV['FEDORA_URL_SCHEME'] || 'http' %>://<%= ENV['FEDORA_HOST'] || 'localhost' %>:<%= ENV['FEDORA_TEST_PORT'] || 8986 %><%= ENV['FCREPO_PATH'] || '/
fcrepo/
rest' %>
base_path
:
/test
production
:
user
:
fedoraAdmin
password
:
fedoraAdmin
url
:
<%= ENV['FEDORA_URL_SCHEME'] || 'http' %>://<%= ENV['FEDORA_HOST'] || 'fcrepo' %>:<%= ENV['FEDORA_PORT'] || '8080' %><%= ENV['FCREPO_PATH'] || '/rest' %>
url
:
<%= ENV['FEDORA_URL_SCHEME'] || 'http' %>://<%= ENV['FEDORA_HOST'] || 'fcrepo' %>:<%= ENV['FEDORA_PORT'] || '8080' %><%= ENV['FCREPO_PATH'] || '/
fcrepo/
rest' %>
base_path
:
/hyrax_production
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment