]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/fr/user/upgrade-2.0.x-2.1.y.rst
Update doc
[github/wallabag/wallabag.git] / docs / fr / user / upgrade-2.0.x-2.1.y.rst
index dc66682a58a9b4376882ede555ddc90461cf3bc8..a059cfb8471820b890028a2e1dc30ca3bc55b66d 100644 (file)
@@ -11,10 +11,11 @@ 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.0
-    ASSETS=build ./install.sh
+    SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
     php bin/console doctrine:migrations:migrate --env=prod
     php bin/console cache:clear --env=prod