]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Update the upgrade documentation 2545/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Sat, 5 Nov 2016 13:15:09 +0000 (14:15 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Sat, 5 Nov 2016 13:15:09 +0000 (14:15 +0100)
docs/de/user/upgrade-2.1.x-2.1.y.rst
docs/en/user/upgrade-2.1.x-2.1.y.rst
docs/fr/user/upgrade-2.1.x-2.1.y.rst

index dec5dede7ea8b4f18aeeb36097e20630976b1184..d3c4f7ab59910862654a2b6485450a621a7839bc 100644 (file)
@@ -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
 ----------------------------------
index 28b7d45e409c169874716692402723a2f2f28169..fb41a07b1a55e5ed082e1681e89098333b159895 100644 (file)
@@ -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
 ---------------------------
index d7983d93507384775496ace6bd957fd8255e1563..2d3b452b51c360784eb688dd1e4fd5c1ab7d6486 100644 (file)
@@ -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é
 ----------------------------------------