diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-06 15:15:48 +0100 |
---|---|---|
committer | Julian Oster <jlnostr@outlook.de> | 2016-11-17 19:22:15 +0100 |
commit | 2e389b0b90f34d795e4bafc43d621955c05850a9 (patch) | |
tree | eb9cd6197751383375339b0fee5ac32f362e3c0a /docs/en/user/upgrade-2.1.x-2.1.y.rst | |
parent | 9e0a49e6acf60c3dbf3c479cb36d404239dfda89 (diff) | |
download | wallabag-2e389b0b90f34d795e4bafc43d621955c05850a9.tar.gz wallabag-2e389b0b90f34d795e4bafc43d621955c05850a9.tar.zst wallabag-2e389b0b90f34d795e4bafc43d621955c05850a9.zip |
Reordered documentation
Diffstat (limited to 'docs/en/user/upgrade-2.1.x-2.1.y.rst')
-rw-r--r-- | docs/en/user/upgrade-2.1.x-2.1.y.rst | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/docs/en/user/upgrade-2.1.x-2.1.y.rst b/docs/en/user/upgrade-2.1.x-2.1.y.rst deleted file mode 100644 index fb41a07b..00000000 --- a/docs/en/user/upgrade-2.1.x-2.1.y.rst +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | Upgrading from 2.1.x to 2.1.y | ||
2 | ============================= | ||
3 | |||
4 | Upgrade on a dedicated web server | ||
5 | --------------------------------- | ||
6 | |||
7 | The last release is published on https://www.wallabag.org/pages/download-wallabag.html. In order to upgrade your wallabag installation and get the last version, run the following commands in you wallabag folder (replace ``2.1.3`` by the last release number): | ||
8 | |||
9 | :: | ||
10 | |||
11 | make update | ||
12 | |||
13 | Upgrade on a shared hosting | ||
14 | --------------------------- | ||
15 | |||
16 | Backup your ``app/config/parameters.yml`` file. | ||
17 | |||
18 | Download the last release of wallabag: | ||
19 | |||
20 | .. code-block:: bash | ||
21 | |||
22 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package | ||
23 | |||
24 | You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_. | ||
25 | |||
26 | Extract the archive in your wallabag folder and replace ``app/config/parameters.yml`` with yours. | ||
27 | |||
28 | If you use SQLite, you must also copy your ``data/`` folder inside the new installation. | ||
29 | |||
30 | Empty ``var/cache`` folder. | ||