Commit 3bc38368 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Merge branch 'master' of https://git.unicaen.fr/open-source/OSE

parents 0d0b06bc dd019192
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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