aboutsummaryrefslogtreecommitdiff
path: root/README.fr.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre.alapetite@alexandra.dk> 2016-08-19 14:48:35 +0200
committerGravatar Alexandre Alapetite <alexandre.alapetite@alexandra.dk> 2016-08-19 14:48:35 +0200
commitbc3e77555d0e9df7cde0fa35fb208dd0e9f35135 (patch)
tree624949589c2112fd1a568cdb143749aca5964a80 /README.fr.md
parentcae6f9230581e2c07c64f2bbb8d164eb2e2030ee (diff)
Readme Ubuntu 16.04 with PHP7
Diffstat (limited to 'README.fr.md')
-rw-r--r--README.fr.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.fr.md b/README.fr.md
index 507a6010d..f9d884295 100644
--- a/README.fr.md
+++ b/README.fr.md
@@ -61,13 +61,16 @@ sudo apt-get install apache2
sudo a2enmod headers expires rewrite ssl
# (optionnel) Si vous voulez un serveur de base de données MySQL
sudo apt-get install mysql-server mysql-client php5-mysql
-# Composants principaux (git est optionnel si vous déployez manuellement les fichiers d’installation)
-sudo apt-get install git php5 php5-curl php5-gmp php5-intl php5-json php5-sqlite
+# Composants principaux (pour Ubuntu <= 15.10)
+sudo apt-get install php5 php5-curl php5-gmp php5-intl php5-json php5-sqlite
+# Composants principaux (pour Ubuntu >= 16.04)
+sudo apt install php libapache2-mod-php php-curl php-gmp php-intl php-sqlite3 php-xml
# Redémarrage du serveur Web
sudo service apache2 restart
-# Pour FreshRSS lui-même
+# Pour FreshRSS lui-même (git est optionnel si vous déployez manuellement les fichiers d’installation)
cd /usr/share/
+sudo apt-get install git
sudo git clone https://github.com/FreshRSS/FreshRSS.git
# Mettre les droits d’accès pour le serveur Web
cd FreshRSS