Explorar el Código

Readme Ubuntu 16.04 with PHP7

Alexandre Alapetite hace 9 años
padre
commit
bc3e77555d
Se han modificado 2 ficheros con 12 adiciones y 6 borrados
  1. 6 3
      README.fr.md
  2. 6 3
      README.md

+ 6 - 3
README.fr.md

@@ -61,13 +61,16 @@ sudo apt-get install apache2
 sudo a2enmod headers expires rewrite ssl
 sudo a2enmod headers expires rewrite ssl
 # (optionnel) Si vous voulez un serveur de base de données MySQL
 # (optionnel) Si vous voulez un serveur de base de données MySQL
 sudo apt-get install mysql-server mysql-client php5-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
 # Redémarrage du serveur Web
 sudo service apache2 restart
 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/
 cd /usr/share/
+sudo apt-get install git
 sudo git clone https://github.com/FreshRSS/FreshRSS.git
 sudo git clone https://github.com/FreshRSS/FreshRSS.git
 # Mettre les droits d’accès pour le serveur Web
 # Mettre les droits d’accès pour le serveur Web
 cd FreshRSS
 cd FreshRSS

+ 6 - 3
README.md

@@ -61,13 +61,16 @@ sudo apt-get install apache2
 sudo a2enmod headers expires rewrite ssl
 sudo a2enmod headers expires rewrite ssl
 # (Optional) If you want a MySQL database server
 # (Optional) If you want a MySQL database server
 sudo apt-get install mysql-server mysql-client php5-mysql
 sudo apt-get install mysql-server mysql-client php5-mysql
-# Main components (git is optional if you manually download the installation files)
-sudo apt-get install git php5 php5-curl php5-gmp php5-intl php5-json php5-sqlite
+# Main components (for Ubuntu <= 15.10)
+sudo apt-get install php5 php5-curl php5-gmp php5-intl php5-json php5-sqlite
+# Main components (for Ubuntu >= 16.04)
+sudo apt install php libapache2-mod-php php-curl php-gmp php-intl php-sqlite3 php-xml
 # Restart Web server
 # Restart Web server
 sudo service apache2 restart
 sudo service apache2 restart
 
 
-# For FreshRSS itself
+# For FreshRSS itself (git is optional if you manually download the installation files)
 cd /usr/share/
 cd /usr/share/
+sudo apt-get install git
 sudo git clone https://github.com/FreshRSS/FreshRSS.git
 sudo git clone https://github.com/FreshRSS/FreshRSS.git
 # Set the rights so that your Web browser can access the files
 # Set the rights so that your Web browser can access the files
 cd FreshRSS
 cd FreshRSS