From 7f8f8271e49a2834a87012ea838099c8b46cf63f Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 14 Mar 2015 00:22:11 +0100 Subject: redo the whole lot of commits I've deleted while trying Gitlab/Framasoft mirroring --- docs/en/Administrator/update.html | 210 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100644 docs/en/Administrator/update.html (limited to 'docs/en/Administrator/update.html') diff --git a/docs/en/Administrator/update.html b/docs/en/Administrator/update.html new file mode 100644 index 00000000..af278286 --- /dev/null +++ b/docs/en/Administrator/update.html @@ -0,0 +1,210 @@ + + + + + + + wallabag - Update wallabag + + + + + + + + + + +
+
+ + + + + +
+

Update wallabag

+

Update an existing wallabag installation

+

In order to update your installation, download and unzip the archive into your installation folder. For example on Ubuntu/Debian:

+
wget http://wllbg.org/latest
+unzip latest
+rsync -ur wallabag-version-number/* /var/www/html/wallabag/ # could be another location such as /srv/html, /usr/share/nginx/html
+

After that, just access wallabag in your browser and follow the instructions to finish the update.

+

You can verify at the bottom of the configuration page that you're running the last version.

+

If it fails, just delete the install folder and clear the cache:

+
cd /var/www/html/wallabag/
+rm -r cache/* install/
+

Clearing the cache is also possible in the configuration page, clicking on the link `Delete Cache.

+
+ +
+
+ + + + + + + + + -- cgit v1.2.3