diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-11-05 14:16:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-05 14:16:21 +0100 |
commit | 16037570bfd406f6503d51a94e0362cbbdc3600d (patch) | |
tree | ff8e900b26938315562fc89b65d2d8d421df3d40 /docs/fr/user | |
parent | 4ec9f5c334605d0f5c941bc081a2994e2f7e0e7d (diff) | |
parent | bc12f08bda4a95faf7c719e08660bf99bd799add (diff) | |
download | wallabag-16037570bfd406f6503d51a94e0362cbbdc3600d.tar.gz wallabag-16037570bfd406f6503d51a94e0362cbbdc3600d.tar.zst wallabag-16037570bfd406f6503d51a94e0362cbbdc3600d.zip |
Merge pull request #2545 from wallabag/update-doc
Update the upgrade documentation
Diffstat (limited to 'docs/fr/user')
-rw-r--r-- | docs/fr/user/upgrade-2.1.x-2.1.y.rst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/fr/user/upgrade-2.1.x-2.1.y.rst b/docs/fr/user/upgrade-2.1.x-2.1.y.rst index d7983d93..2d3b452b 100644 --- a/docs/fr/user/upgrade-2.1.x-2.1.y.rst +++ b/docs/fr/user/upgrade-2.1.x-2.1.y.rst | |||
@@ -8,12 +8,7 @@ La dernière version de wallabag est publiée à cette adresse : https://www.wal | |||
8 | 8 | ||
9 | :: | 9 | :: |
10 | 10 | ||
11 | rm -rf var/cache/* | 11 | make update |
12 | git fetch origin | ||
13 | git fetch --tags | ||
14 | git checkout 2.1.3 --force | ||
15 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | ||
16 | php bin/console cache:clear --env=prod | ||
17 | 12 | ||
18 | Mise à jour sur un hébergement mutualisé | 13 | Mise à jour sur un hébergement mutualisé |
19 | ---------------------------------------- | 14 | ---------------------------------------- |