summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-09-29 16:23:17 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-09-29 20:43:46 +0200
commit131f6c2b3d03cf3ef9a467d4b80720f311481e34 (patch)
treebad235033a66e0b4be809eeee39bd1304a5c8251 /docs
parentfba7f5834a7811e58040b06e2658d0126c0f4fc8 (diff)
update documentation
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/install.md23
1 files changed, 14 insertions, 9 deletions
diff --git a/docs/install.md b/docs/install.md
index 1b7e2afb5..ff7bcadb5 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -1,27 +1,32 @@
# Installation/Update
## Dependencies
-* PHP >= 7.0
-* Nextcloud 14
-* libxml >= 2.7.8 (2.9 recommended)
-* php-curl
+* PHP >= 7.2
+* Nextcloud 20
+* libxml >= 2.7.8
+You also need some PHP extensions:
+* json
+* simplexml
+* xml
+* dom
+* curl
* iconv
-* SimpleXML
## Supported Databases
-* PostgreSQL >= 9.4 (recommended)
-* MariaDb >= 5.5
+* PostgreSQL >= 10
+* MariaDB >= 10.2
+* MySQL >= 8.0
* SQLite (discouraged)
## Performance Notices
-* Use MySQL or PostgreSQL for better database performance
+* Use MySQL/MariaDB or PostgreSQL for better database performance
* Use the [updater script to thread and speed up the update](https://github.com/nextcloud/news-updater)
## Before you install/update the News app
Before you install the app do the following:
* Check that your **nextcloud/data/** directory is owned by your web server user and that it is write/readable
* Check that your installation fulfills the [requirements listed in the README section](https://github.com/nextcloud/news#dependencies)
-* [Set up Nextcloud Background Jobs](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) to enable feed updates. A recommended timespan for feed updates is 15-30 Minutes.
+* [Set up Nextcloud Background Jobs](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) to enable feed updates.
Then proceed to install the app either from an archive (zip/tar.gz) or clone it from the repository using git