aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-04 09:10:15 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-04 09:10:15 +0100
commita3f7d8a8704d6c0ff303ea780314035a779ac84a (patch)
treebe50a8cac416014aa5f196594dcf1af8abc527b9 /docs/en
parent2db9142bfc3e34c1f79f3aabf5b302c3a487b3e1 (diff)
downloadwallabag-a3f7d8a8704d6c0ff303ea780314035a779ac84a.tar.gz
wallabag-a3f7d8a8704d6c0ff303ea780314035a779ac84a.tar.zst
wallabag-a3f7d8a8704d6c0ff303ea780314035a779ac84a.zip
Prepare wallabag 2.1.3 :rocket:
Diffstat (limited to 'docs/en')
-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