diff options
| author | 2018-10-14 14:27:56 +0200 | |
|---|---|---|
| committer | 2018-10-14 14:27:56 +0200 | |
| commit | 1f3953715892a3944895f80c4dce559b7e4e86d4 (patch) | |
| tree | a42e245528cf8814a9421742f6f816dfac8c647f /README.md | |
| parent | 07d90b7c15d866c76ff536dfefef94341fc3a1f9 (diff) | |
Readme remove old Ubuntu 15.10
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -9,7 +9,7 @@ FreshRSS is a self-hosted RSS feed aggregator such as [Leed](http://leed.idleman It is at the same time lightweight, easy to work with, powerful and customizable. It is a multi-user application with an anonymous reading mode. -It supports [PubSubHubbub](https://github.com/pubsubhubbub/PubSubHubbub) for instant notifications from compatible Web sites. +It supports custom tags, and [PubSubHubbub](https://github.com/pubsubhubbub/PubSubHubbub) for instant notifications from compatible Web sites. There is an API for (mobile) clients, and a [Command-Line Interface](cli/README.md). Finally, it supports [extensions](#extensions) for further tuning. @@ -70,13 +70,7 @@ More information about installation and server configuration can be found in [ou sudo apt-get install apache2 sudo a2enmod headers expires rewrite ssl #Apache modules -# For Ubuntu <= 15.10, Debian <= 8 Jessie -sudo apt-get install php5 php5-curl php5-gmp php5-intl php5-json php5-sqlite -sudo apt-get install libapache2-mod-php5 #For Apache -sudo apt-get install mysql-server mysql-client php5-mysql #Optional MySQL database -sudo apt-get install postgresql php5-pgsql #Optional PostgreSQL database - -# For Ubuntu >= 16.04, Debian >= 9 Stretch +# Example for Ubuntu >= 16.04, Debian >= 9 Stretch sudo apt install php php-curl php-gmp php-intl php-mbstring php-sqlite3 php-xml php-zip sudo apt install libapache2-mod-php #For Apache sudo apt install mysql-server mysql-client php-mysql #Optional MySQL database |
