Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clarin-dspace
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
commul
docker
clarin-dspace
Commits
ab4d2713
Commit
ab4d2713
authored
7 years ago
by
Alexander König
Browse files
Options
Downloads
Patches
Plain Diff
YOUR_PREFIX is now YOUR_NAMING_AUTHORITY
parent
1503b173
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile.dspace
+1
-1
1 addition, 1 deletion
Dockerfile.dspace
with
1 addition
and
1 deletion
Dockerfile.dspace
+
1
−
1
View file @
ab4d2713
...
@@ -78,7 +78,7 @@ COPY commul-customization/aai_config.js /opt/lindat-dspace/installation/webapps/
...
@@ -78,7 +78,7 @@ COPY commul-customization/aai_config.js /opt/lindat-dspace/installation/webapps/
# set up handle server
# set up handle server
COPY commul-customization/hdl-setup.tmp /tmp/
COPY commul-customization/hdl-setup.tmp /tmp/
RUN cat /tmp/hdl-setup.tmp | /opt/lindat-dspace/installation/bin/dspace make-handle-config /opt/lindat-dspace/installation/handle-server/
RUN cat /tmp/hdl-setup.tmp | /opt/lindat-dspace/installation/bin/dspace make-handle-config /opt/lindat-dspace/installation/handle-server/
RUN perl -pi -e 's/YOUR_
PREFIX
/20.500.12084/' /opt/lindat-dspace/installation/handle-server/config.dct
RUN perl -pi -e 's/YOUR_
NAMING_AUTHORITY
/20.500.12084/' /opt/lindat-dspace/installation/handle-server/config.dct
RUN perl -pi -e 's/case_sensitive" = "no/case_sensitive" = "yes/' /opt/lindat-dspace/installation/handle-server/config.dct
RUN perl -pi -e 's/case_sensitive" = "no/case_sensitive" = "yes/' /opt/lindat-dspace/installation/handle-server/config.dct
RUN perl -i -plne 'print " \"storage_type\" = \"CUSTOM\"\n\ \"storage_class\" = \"org.dspace.handle.HandlePlugin\"" if(/max_session/);' /opt/lindat-dspace/installation/handle-server/config.dct
RUN perl -i -plne 'print " \"storage_type\" = \"CUSTOM\"\n\ \"storage_class\" = \"org.dspace.handle.HandlePlugin\"" if(/max_session/);' /opt/lindat-dspace/installation/handle-server/config.dct
RUN cp /opt/repository/workspace/config/etc/default/handle-server /etc/default/
RUN cp /opt/repository/workspace/config/etc/default/handle-server /etc/default/
...
...
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