summaryrefslogtreecommitdiffstats
path: root/bin/updater/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-04 17:17:20 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-04 17:17:20 +0100
commitb964aca07178f1effb1da4f5083e8e3fbf42a6e2 (patch)
tree14719bf9cef928b383b360cd9f5845a87c269a8d /bin/updater/README.rst
parent9adcd28ab396a0c0f09965fc918c06ca92fad16a (diff)
add update command
Diffstat (limited to 'bin/updater/README.rst')
-rw-r--r--bin/updater/README.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/bin/updater/README.rst b/bin/updater/README.rst
index 180512f5b..9b20927f0 100644
--- a/bin/updater/README.rst
+++ b/bin/updater/README.rst
@@ -14,6 +14,33 @@ to::
useCronUpdates = false
+Then install the following packages (my vary depending on your distribution):
+
+* python3-pip
+* python3-setuptools
+* make
+
+If you are **on Debian 7** you want to create a symlink for pip to make use of the makefile::
+
+ sudo ln -s /usr/bin/pip-3.2 /usr/bin/pip3
+
+Updating
+--------
+
+If you have installed the updater on your system you can update it by running
+
+ make update
+
+The **init and config files won't be updated** and you need to update them manually in case there is a change.
+
+Finally reload the systemd service::
+
+ sudo systemctl restart owncloud-news-updater
+
+or SysVinit script::
+
+ sudo /etc/init.d/owncloud-news-updater restart
+
Installation: No init system
----------------------------