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
7a76f9aa
Commit
7a76f9aa
authored
7 years ago
by
Alexander König
Browse files
Options
Downloads
Patches
Plain Diff
hdl server ip has to be IP during setup and can only be changed to
docker service name afterwards
parent
ab4d2713
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile.dspace
+1
-0
1 addition, 0 deletions
Dockerfile.dspace
commul-customization/hdl-setup.tmp
+1
-1
1 addition, 1 deletion
commul-customization/hdl-setup.tmp
with
2 additions
and
1 deletion
Dockerfile.dspace
+
1
−
0
View file @
7a76f9aa
...
...
@@ -81,6 +81,7 @@ RUN cat /tmp/hdl-setup.tmp | /opt/lindat-dspace/installation/bin/dspace make-han
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 -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 -pi -e 's/193.106.181.73/dspace/' /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/init.d/handle-server /etc/init.d/
RUN chmod +x /etc/init.d/handle-server
...
...
This diff is collapsed.
Click to expand it.
commul-customization/hdl-setup.tmp
+
1
−
1
View file @
7a76f9aa
1
y
dspace
193.106.181.73
2641
8000
y
...
...
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