diff options
Diffstat (limited to 'docs/fr/user')
-rw-r--r-- | docs/fr/user/installation.rst | 2 | ||||
-rw-r--r-- | docs/fr/user/upgrade-2.0.x-2.1.y.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index cba8444a..fecdea0f 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst | |||
@@ -52,7 +52,7 @@ Pour installer wallabag, vous devez exécuter ces commandes : | |||
52 | 52 | ||
53 | git clone https://github.com/wallabag/wallabag.git | 53 | git clone https://github.com/wallabag/wallabag.git |
54 | cd wallabag | 54 | cd wallabag |
55 | git checkout 2.1.0 | 55 | git checkout 2.1.1 --force |
56 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | 56 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist |
57 | php bin/console wallabag:install --env=prod | 57 | php bin/console wallabag:install --env=prod |
58 | 58 | ||
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 |