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

- added handle specific things to clarindev2clarin

- added various init steps to DSpace Dockerfile
parent a38ab425
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,14 @@ RUN perl /opt/repository/sources/dspace/utilities/adapt_tos.pl
WORKDIR /opt/repository/workspace/scripts
RUN make install_libs
# deploy DSpace
RUN make new_deploy
# init stats, search, oai
RUN make init_statistics \
&& make update_discovery \
&& make update_oai
# copy over config files
COPY commul-customization/aai_config.js /opt/lindat-dspace/installation/webapps/xmlui/themes/UFAL/lib/js/
......
......@@ -9,4 +9,7 @@ perl -pi -e 's/clarin-dev/clarin/g' commul-customization/aai.js
perl -pi -e 's/clarin-dev/clarin/g' commul-customization/aai_config.js
perl -pi -e 's/clarin-dev/clarin/g' commul-customization/clarin.eurac.edu.template.metadata.xml
perl -pi -e 's/20.500.12084/20.500.12124/g' Dockerfile.dspace
perl -pi -e 's/193.106.181.73/193.106.181.70/g' Dockerfile.dspace
echo "Modified all files to point to clarin.eurac.edu instead of clarin-dev.eurac.edu. Do not forget to also edit docker-compose.yml and Dockerfile.nginx."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment