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

added a fix for js-beautify

parent bfa713aa
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,9 @@ RUN ln -s /opt/nginx/sbin/nginx /usr/sbin/nginx
RUN mkdir /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
RUN mkdir /opt/nginx/html/secure
COPY commul-customization/shib_test.pl /opt/nginx/html/secure/
# get aai project
RUN apt-get install -y git
......@@ -98,6 +100,7 @@ RUN apt-get -y install vim
RUN apt-get -y install python-pip
RUN pip install --upgrade pip
RUN pip install jsbeautifier
COPY commul-customization/__init__.py /usr/local/lib/python2.7/dist-packages/jsbeautifier/
# install shibboleth
COPY commul-customization/shibboleth_sp_with_fastcgi.sh /tmp/
......@@ -107,8 +110,7 @@ RUN /tmp/shibboleth_sp_with_fastcgi.sh
# copy the init script
RUN cp /opt/shibboleth-sp-fastcgi/etc/shibboleth/shibd-debian /etc/init.d/shibd
RUN chmod a+x /etc/init.d/shibd
# create the test secure folder
RUN mkdir /opt/repository/sources/secure
# install supervisor
RUN apt-get install -y python-setuptools
......@@ -135,12 +137,11 @@ RUN make aai.min.js
COPY commul-customization/certs/lindat-dev.key /etc/ssl/private/
COPY commul-customization/certs/lindat-dev_eurac_edu.pem /etc/ssl/certs/
# if deployed on lindat instead of lindat-dev comment the two lines above and uncomment the following 4 lines
# if deployed on lindat instead of lindat-dev comment the two lines above and uncomment the following lines
## copy certificate for lindat
# COPY commul-customization/certs/lindat_eurac_edu.key /etc/ssl/private/
# COPY commul-customization/certs/lindat_eurac_edu.crt /etc/ssl/certs/
# RUN grep -rl lindat-dev /opt/lindat-common/public/ | xargs -i perl -pi -e 's/lindat-dev/lindat/g' {}
# convenience setting of workdir
......
This diff is collapsed.
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