Loading CHANGELOG.md +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,13 @@ title: "Changements intervenus sur OSE" author: Laurent Lécluse - DSI - Unicaen --- # OSE 11 ## Correction de bugs * L'interface d'administration des motifs de modification de service est de nouveau pleinement fonctionelle. # OSE 10-zf2 et 10-zf3 ## Nouveautés Loading Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ # ########################################################################################### FROM unicaen-dev-php7.0-apache FROM unicaen-dev-php7.4-apache LABEL maintainer="Laurent LÉCLUSE <laurent.lecluse at unicaen.fr>" ENV APACHE_CONF_DIR=/etc/apache2 \ Loading @@ -30,6 +30,7 @@ RUN ln -sf /app/bin/ose /usr/local/bin/ose # Config PHP. ADD docker/${APPLICATION_ENV}/php.conf ${PHP_CONF_DIR}/fpm/conf.d/app.ini ADD docker/${APPLICATION_ENV}/php.conf ${PHP_CONF_DIR}/cli/conf.d/app.ini # Configuration Apache et FPM ADD docker/${APPLICATION_ENV}/apache-ports.conf ${APACHE_CONF_DIR}/ports.conf Loading Dockerfile-test +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ # ########################################################################################### FROM unicaen-dev-php7.0-apache FROM unicaen-dev-php7.3-apache LABEL maintainer="Laurent LÉCLUSE <laurent.lecluse at unicaen.fr>" ENV APACHE_CONF_DIR=/etc/apache2 \ Loading INSTALL.md +4 −4 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ OSE est une application web qui exploite une base de données Oracle. Il faut donc installer : * Une base de données Oracle * Un serveur web Apache + PHP 7 * Un serveur web Apache + PHP >= 7.3 Le serveur web peut être installé manuellement ou bien déployé via une image Docker. Le serveur web n'héberge aucune donnée, hormis des fichiers de configuration et de cache. Toutes les données d'explloitation sont donc Loading Loading @@ -84,14 +84,14 @@ Vous pouvez, au choix : ## Méthode manuelle, à adapter selon vos besoins ### Serveur Web Installer sur une distribution GNU/Linux - Debian 9 (Stretch) de préférence. Installer sur une distribution GNU/Linux - Debian 10 (Buster) de préférence. Dépendances requises : * git * wget * Apache 2 avec le module de réécriture d'URL (*rewrite*) activé * PHP 7.0 avec les modules suivants : * PHP 7.3 ou 7.4 avec les modules suivants : * cli * curl * intl Loading Loading @@ -257,7 +257,7 @@ git clone https://git.unicaen.fr/open-source/docker/unicaen-image cd unicaen-image HTTP_PROXY=http://proxy.unicaen.fr:3128 ; \ PHP_VERSION=7.0 ; \ PHP_VERSION=7.4 ; \ docker build \ --rm \ --build-arg PHP_VERSION=${PHP_VERSION} \ Loading admin/actions/clear-cache.php +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ try { $c->exec([ "cd $osedir", "rm -Rf cache/*", "php vendor/bin/doctrine-module orm:generate-proxies", "php admin/actions/doctrine.php orm:generate-proxies", "chmod -R 777 cache/DoctrineProxy", "chmod -R 777 cache/Doctrine", ], false); Loading Loading
CHANGELOG.md +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,13 @@ title: "Changements intervenus sur OSE" author: Laurent Lécluse - DSI - Unicaen --- # OSE 11 ## Correction de bugs * L'interface d'administration des motifs de modification de service est de nouveau pleinement fonctionelle. # OSE 10-zf2 et 10-zf3 ## Nouveautés Loading
Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ # ########################################################################################### FROM unicaen-dev-php7.0-apache FROM unicaen-dev-php7.4-apache LABEL maintainer="Laurent LÉCLUSE <laurent.lecluse at unicaen.fr>" ENV APACHE_CONF_DIR=/etc/apache2 \ Loading @@ -30,6 +30,7 @@ RUN ln -sf /app/bin/ose /usr/local/bin/ose # Config PHP. ADD docker/${APPLICATION_ENV}/php.conf ${PHP_CONF_DIR}/fpm/conf.d/app.ini ADD docker/${APPLICATION_ENV}/php.conf ${PHP_CONF_DIR}/cli/conf.d/app.ini # Configuration Apache et FPM ADD docker/${APPLICATION_ENV}/apache-ports.conf ${APACHE_CONF_DIR}/ports.conf Loading
Dockerfile-test +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ # ########################################################################################### FROM unicaen-dev-php7.0-apache FROM unicaen-dev-php7.3-apache LABEL maintainer="Laurent LÉCLUSE <laurent.lecluse at unicaen.fr>" ENV APACHE_CONF_DIR=/etc/apache2 \ Loading
INSTALL.md +4 −4 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ OSE est une application web qui exploite une base de données Oracle. Il faut donc installer : * Une base de données Oracle * Un serveur web Apache + PHP 7 * Un serveur web Apache + PHP >= 7.3 Le serveur web peut être installé manuellement ou bien déployé via une image Docker. Le serveur web n'héberge aucune donnée, hormis des fichiers de configuration et de cache. Toutes les données d'explloitation sont donc Loading Loading @@ -84,14 +84,14 @@ Vous pouvez, au choix : ## Méthode manuelle, à adapter selon vos besoins ### Serveur Web Installer sur une distribution GNU/Linux - Debian 9 (Stretch) de préférence. Installer sur une distribution GNU/Linux - Debian 10 (Buster) de préférence. Dépendances requises : * git * wget * Apache 2 avec le module de réécriture d'URL (*rewrite*) activé * PHP 7.0 avec les modules suivants : * PHP 7.3 ou 7.4 avec les modules suivants : * cli * curl * intl Loading Loading @@ -257,7 +257,7 @@ git clone https://git.unicaen.fr/open-source/docker/unicaen-image cd unicaen-image HTTP_PROXY=http://proxy.unicaen.fr:3128 ; \ PHP_VERSION=7.0 ; \ PHP_VERSION=7.4 ; \ docker build \ --rm \ --build-arg PHP_VERSION=${PHP_VERSION} \ Loading
admin/actions/clear-cache.php +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ try { $c->exec([ "cd $osedir", "rm -Rf cache/*", "php vendor/bin/doctrine-module orm:generate-proxies", "php admin/actions/doctrine.php orm:generate-proxies", "chmod -R 777 cache/DoctrineProxy", "chmod -R 777 cache/Doctrine", ], false); Loading