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

added static welcome page as designed my communications department and

started cleanup of it
parent 61808cf2
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 6 deletions
commul-customization/certs/* dockerfiles/commul-customization/certs/*
dockerfiles/commul-customization/original-webpage/
password_mod.sh password_mod.sh
commul-customization/local.properties dockerfiles/commul-customization/local.properties
commul-customization/init-dspace-dbs.sh dockerfiles/commul-customization/init-dspace-dbs.sh
...@@ -47,9 +47,10 @@ RUN chmod a+x /etc/init.d/nginx ...@@ -47,9 +47,10 @@ RUN chmod a+x /etc/init.d/nginx
# add a symlink # add a symlink
RUN ln -s /opt/nginx/sbin/nginx /usr/sbin/nginx RUN ln -s /opt/nginx/sbin/nginx /usr/sbin/nginx
# copy over static html # copy over static html
RUN mkdir /opt/nginx/html/img COPY commul-customization/webpage/* /opt/nginx/html/
COPY commul-customization/index.html /opt/nginx/html/ #RUN mkdir /opt/nginx/html/img
COPY commul-customization/eurac.png /opt/nginx/html/img/ #COPY commul-customization/index.html /opt/nginx/html/
#COPY commul-customization/eurac.png /opt/nginx/html/img/
# create the test secure folder # create the test secure folder
RUN mkdir /opt/nginx/html/secure RUN mkdir /opt/nginx/html/secure
COPY commul-customization/shib_test.pl /opt/nginx/html/secure/ COPY commul-customization/shib_test.pl /opt/nginx/html/secure/
......
dockerfiles/commul-customization/webpage/favicon_eurac-research.png

493 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment