summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-20 16:30:47 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-20 16:30:47 +0200
commitad919b8965ec98a0549c9ad75dd6f5053df895f4 (patch)
tree3ff97964f0b31b3109e51299ecbe8be696206a56 /README.rst
parent43448880561846bf0c71f0b8836500a3cb8017c9 (diff)
added backgroundjob infos
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 050084be5..036c7dbbd 100644
--- a/README.rst
+++ b/README.rst
@@ -29,7 +29,8 @@ Before you install the app check that the following requirements are met:
- Your database uses utf-8
- Your webserver uses utf-8
- You use a browser that supports the FileReader API
-
+- You can use a cron or webcron to call Background Jobs in ownCloud
+- (optional) install php-curl
How to install the News app
---------------------------
@@ -60,6 +61,8 @@ Should you have upgraded from a prior version, disable the CSS and JavaScript ca
sudo chown -R www-data:www-data /var/www/news/cache
+- `Set up ownCloud Background Jobs <http://doc.owncloud.org/server/5.0/admin_manual/configuration/background_jobs.html>`_ to enable feed updates. A recommended timespan for feed updates is 15-30 Minutes.
+
How to keep up to date
----------------------
To get the newest update you can use git. To update the appframework use::
@@ -72,3 +75,5 @@ To update the News app use::
cd /var/www/news
git pull --rebase origin master
+
+