Skip to content
Snippets Groups Projects
Commit 7a76f9aa authored by Alexander König's avatar Alexander König
Browse files

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
......@@ -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
......
1
y
dspace
193.106.181.73
2641
8000
y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment