Loading Dockerfile +2 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,8 @@ ENV APACHE_CONF_DIR=/etc/apache2 \ APPLICATION_ENV=dev ## Installation de packages requis. RUN apt-get update -y RUN apt-get upgrade -y RUN apt-get install -y unoconv # Nettoyage Loading INSTALL.md +1 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,7 @@ Un script a été conçu pour automatiser cette opération. Exécutez la commande suivante sur votre serveur : ```bash wget https://git.unicaen.fr/open-source/OSE/raw/master/bin/install && php install wget https://ose.unicaen.fr/install && php install ``` ### Configuration d'Apache Loading Loading
Dockerfile +2 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,8 @@ ENV APACHE_CONF_DIR=/etc/apache2 \ APPLICATION_ENV=dev ## Installation de packages requis. RUN apt-get update -y RUN apt-get upgrade -y RUN apt-get install -y unoconv # Nettoyage Loading
INSTALL.md +1 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,7 @@ Un script a été conçu pour automatiser cette opération. Exécutez la commande suivante sur votre serveur : ```bash wget https://git.unicaen.fr/open-source/OSE/raw/master/bin/install && php install wget https://ose.unicaen.fr/install && php install ``` ### Configuration d'Apache Loading