From: Nicolas Lœuillet Date: Sat, 5 Nov 2016 13:15:09 +0000 (+0100) Subject: Update the upgrade documentation X-Git-Tag: 2.1.4~20^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=bc12f08bda4a95faf7c719e08660bf99bd799add Update the upgrade documentation --- diff --git a/docs/de/user/upgrade-2.1.x-2.1.y.rst b/docs/de/user/upgrade-2.1.x-2.1.y.rst index dec5dede..d3c4f7ab 100644 --- a/docs/de/user/upgrade-2.1.x-2.1.y.rst +++ b/docs/de/user/upgrade-2.1.x-2.1.y.rst @@ -8,12 +8,7 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm :: - rm -rf var/cache/* - git fetch origin - git fetch --tags - git checkout 2.1.3 --force - SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist - php bin/console cache:clear --env=prod + make update Update auf einem Shared Webhosting ---------------------------------- 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 28b7d45e..fb41a07b 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 @@ -8,12 +8,7 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba :: - rm -rf var/cache/* - git fetch origin - git fetch --tags - git checkout 2.1.3 --force - SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist - php bin/console cache:clear --env=prod + make update Upgrade on a shared hosting --------------------------- 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 :: - rm -rf var/cache/* - git fetch origin - git fetch --tags - git checkout 2.1.3 --force - SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist - php bin/console cache:clear --env=prod + make update Mise à jour sur un hébergement mutualisé ----------------------------------------