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

- moved aai_config to clarin-dspace repo

- added check to ensure that newest changes in clarin-dspace repo are
  picked up
parent d4a0f79a
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,8 @@ COPY commul-customization/tomcat-server.xml /opt/tomcat8/conf/server.xml
# install Dspace
# all files could be copied into a /tmp folder within the container first (maybe that could be mounted?); see also dspace-entrypoint.sh
# this checks if there was a new commit since the last build
ADD https://api.github.com/repos/commul/clarin-dspace/git/refs/heads/clarin version.json
RUN git clone https://github.com/commul/clarin-dspace.git -b clarin /opt/repository/sources/dspace
WORKDIR /opt/repository/sources/dspace/utilities/project_helpers
RUN ./setup.sh /opt/repository/workspace
......@@ -80,7 +82,8 @@ RUN make new_deploy
# && make update_oai
# copy over config files
COPY commul-customization/aai_config.js /opt/lindat-dspace/installation/webapps/xmlui/themes/UFAL/lib/js/
# no longer needed, is now in clarin-dspace
# COPY commul-customization/aai_config.js /opt/lindat-dspace/installation/webapps/xmlui/themes/UFAL/lib/js/
#CMD tail -f /opt/repository/sources/dspace/dspace-api/src/test/data/dspaceFolder/log/dspace.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment