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

changes to trigger init scripts properly

parent e71d8616
No related branches found
No related tags found
No related merge requests found
......@@ -75,9 +75,9 @@ RUN make install_libs
RUN make new_deploy
# init stats, search, oai
RUN make init_statistics \
&& make update_discovery \
&& make update_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/
......
#!/bin/sh
/etc/init.d/handle-server start
/opt/tomcat8/bin/startup.sh
cd /opt/repository/workspace/scripts
make init_statistics
make update_discovery
make update_oai
/opt/tomcat8/bin/shutdown.sh
/opt/tomcat8/bin/catalina.sh run
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment