diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-10-03 21:11:31 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-04 17:08:34 +0200 |
commit | 5958597ba6c54abe0922e1950f301f6f40cdb430 (patch) | |
tree | 20ec74db5d8c2fc2ce929973ffb95f4a7724d5d8 /docs/fr/user/upgrade-2.0.x-2.1.y.rst | |
parent | 57386125abc5c50c1438cf7e78d01f06021adc0a (diff) | |
download | wallabag-5958597ba6c54abe0922e1950f301f6f40cdb430.tar.gz wallabag-5958597ba6c54abe0922e1950f301f6f40cdb430.tar.zst wallabag-5958597ba6c54abe0922e1950f301f6f40cdb430.zip |
Prepare wallabag 2.1.1
Diffstat (limited to 'docs/fr/user/upgrade-2.0.x-2.1.y.rst')
-rw-r--r-- | docs/fr/user/upgrade-2.0.x-2.1.y.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/fr/user/upgrade-2.0.x-2.1.y.rst b/docs/fr/user/upgrade-2.0.x-2.1.y.rst index a059cfb8..42136212 100644 --- a/docs/fr/user/upgrade-2.0.x-2.1.y.rst +++ b/docs/fr/user/upgrade-2.0.x-2.1.y.rst | |||
@@ -7,14 +7,14 @@ Avant cette migration, si vous aviez configuré l'import depuis Pocket en ajouta | |||
7 | Mise à jour sur un serveur dédié | 7 | Mise à jour sur un serveur dédié |
8 | -------------------------------- | 8 | -------------------------------- |
9 | 9 | ||
10 | 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.0`` par le numéro de la dernière version) : | 10 | 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.1`` par le numéro de la dernière version) : |
11 | 11 | ||
12 | :: | 12 | :: |
13 | 13 | ||
14 | rm -rf var/cache/* | 14 | rm -rf var/cache/* |
15 | git fetch origin | 15 | git fetch origin |
16 | git fetch --tags | 16 | git fetch --tags |
17 | git checkout 2.1.0 | 17 | git checkout 2.1.1 --force |
18 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | 18 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist |
19 | php bin/console doctrine:migrations:migrate --env=prod | 19 | php bin/console doctrine:migrations:migrate --env=prod |
20 | php bin/console cache:clear --env=prod | 20 | php bin/console cache:clear --env=prod |