diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-11-04 13:32:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-04 13:32:47 +0100 |
commit | 4ec9f5c334605d0f5c941bc081a2994e2f7e0e7d (patch) | |
tree | 54679ec000ace6f668680d11c73d1c7e3b10bc01 /docs/fr | |
parent | 2db9142bfc3e34c1f79f3aabf5b302c3a487b3e1 (diff) | |
parent | 505e8acd466de26b2694c9842b19a21fa6986ed2 (diff) | |
download | wallabag-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/fr')
-rw-r--r-- | docs/fr/user/upgrade-2.1.x-2.1.y.rst | 4 |
1 files changed, 2 insertions, 2 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 b6f1a2d0..d7983d93 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 | |||
@@ -4,14 +4,14 @@ Mettre à jour de la 2.1.x à la 2.1.y | |||
4 | Mise à jour sur un serveur dédié | 4 | Mise à jour sur un serveur dédié |
5 | -------------------------------- | 5 | -------------------------------- |
6 | 6 | ||
7 | La dernière version de wallabag est publiée à cette adresse : https://www.wallabag.org/pages/download-wallabag.html. Pour mettre à jour votre installation de wallabag, exécutez les commandes suivantes dans votre répertoire d'installation (remplacez ``2.1.2`` par le numéro de la dernière version) : | 7 | La dernière version de wallabag est publiée à cette adresse : https://www.wallabag.org/pages/download-wallabag.html. Pour mettre à jour votre installation de wallabag, exécutez les commandes suivantes dans votre répertoire d'installation (remplacez ``2.1.3`` par le numéro de la dernière version) : |
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 | ||