diff options
| author | 2016-08-19 14:48:35 +0200 | |
|---|---|---|
| committer | 2016-08-19 14:48:35 +0200 | |
| commit | bc3e77555d0e9df7cde0fa35fb208dd0e9f35135 (patch) | |
| tree | 624949589c2112fd1a568cdb143749aca5964a80 /README.md | |
| parent | cae6f9230581e2c07c64f2bbb8d164eb2e2030ee (diff) | |
Readme Ubuntu 16.04 with PHP7
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -61,13 +61,16 @@ sudo apt-get install apache2 sudo a2enmod headers expires rewrite ssl # (Optional) If you want a MySQL database server 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 sudo service apache2 restart -# For FreshRSS itself +# For FreshRSS itself (git is optional if you manually download the installation files) cd /usr/share/ +sudo apt-get install git sudo git clone https://github.com/FreshRSS/FreshRSS.git # Set the rights so that your Web browser can access the files cd FreshRSS |
