summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-11-14 13:28:30 +0100
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-11-14 13:28:30 +0100
commitd9f319e2e9c0bc9aa0ac29c6797299fa9d3e5869 (patch)
treecd796c16fc307d1057888401bd7ea6dd5ea201b5 /README.md
parente5e349ab7fac73abe25eb4f4e04e54b403d63903 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 4 insertions, 16 deletions
diff --git a/README.md b/README.md
index ef04ef8cf..5adc358b2 100644
--- a/README.md
+++ b/README.md
@@ -75,28 +75,16 @@ Please provide the following details so that your problem can be fixed:
* Distribution
## Before you install the News app
-Before you install the app check that the following requirements are met:
+Before you install the app do the following:
-* You can use a cron or webcron to call Background Jobs in ownCloud
-* Your **data/** directory is owned by your webserver user and write/readable
-* You have installed **php-curl** and activated it in the **php.ini**
-* You run **ownCloud 7**
-
-Should you have upgraded from a prior version, disable the CSS and JavaScript caching by adding this to **owncloud/config/config.php**:
-
- DEFINE('DEBUG', true);
-
-You can remove the line after a page reload
-
-
-## Installation
-* Check if your installation fullfills the [requirements listed in the README section](https://github.com/owncloud/news#dependencies)
+* Check that your **owncloud/data/** directory is owned by your webserver user and that it is write/readable
+* Check that your installation fullfills the [requirements listed in the README section](https://github.com/owncloud/news#dependencies)
* [Set up ownCloud Background Jobs](http://doc.owncloud.org/server/7.0/admin_manual/configuration/background_jobs.html) to enable feed updates. A recommended timespan for feed updates is 15-30 Minutes.
* Disable the codechecker by adding this at the bottom of the file **owncloud/config/config.php**:
$CONFIG["appcodechecker"] = false;
-Then proceed to install the app either from an archive (zip/tar.gz) or cloning it from the repository using git
+Then proceed to install the app either from an archive (zip/tar.gz) or clone it from the repository using git
### Archive
* Go to the [ownCloud News GitHub releases page](https://github.com/owncloud/news/releases)