aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-04 13:32:47 +0100
committerGitHub <noreply@github.com>2016-11-04 13:32:47 +0100
commit4ec9f5c334605d0f5c941bc081a2994e2f7e0e7d (patch)
tree54679ec000ace6f668680d11c73d1c7e3b10bc01 /docs/en/user
parent2db9142bfc3e34c1f79f3aabf5b302c3a487b3e1 (diff)
parent505e8acd466de26b2694c9842b19a21fa6986ed2 (diff)
downloadwallabag-4ec9f5c334605d0f5c941bc081a2994e2f7e0e7d.tar.gz
wallabag-4ec9f5c334605d0f5c941bc081a2994e2f7e0e7d.tar.zst
wallabag-4ec9f5c334605d0f5c941bc081a2994e2f7e0e7d.zip
Merge pull request #2536 from wallabag/prepare-213
Prepare wallabag 2.1.3 :rocket:
Diffstat (limited to 'docs/en/user')
-rw-r--r--docs/en/user/upgrade-2.1.x-2.1.y.rst4
1 files changed, 2 insertions, 2 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
index 62cb7dc0..28b7d45e 100644
--- a/docs/en/user/upgrade-2.1.x-2.1.y.rst
+++ b/docs/en/user/upgrade-2.1.x-2.1.y.rst
@@ -4,14 +4,14 @@ Upgrading from 2.1.x to 2.1.y
4Upgrade on a dedicated web server 4Upgrade on a dedicated web server
5--------------------------------- 5---------------------------------
6 6
7The 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.2`` by the last release number): 7The 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 8
9:: 9::
10 10
11 rm -rf var/cache/* 11 rm -rf var/cache/*
12 git fetch origin 12 git fetch origin
13 git fetch --tags 13 git fetch --tags
14 git checkout 2.1.2 --force 14 git checkout 2.1.3 --force
15 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist 15 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
16 php bin/console cache:clear --env=prod 16 php bin/console cache:clear --env=prod
17 17