]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/user/upgrade-2.0.x-2.1.y.rst
Update doc
[github/wallabag/wallabag.git] / docs / en / user / upgrade-2.0.x-2.1.y.rst
index 5ae5eb4376c9297682e429b4d6274ba8ed061e51..ce5b5441bfd19817cfbb76599d7020a04fcf12a6 100644 (file)
@@ -11,10 +11,11 @@ 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.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
 
@@ -29,7 +30,7 @@ Download the last release of wallabag:
 
     wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package
 
-(md5 hash of the package: ``4f84c725d1d6e3345eae0a406115e5ff``)
+(md5 hash of the 2.1.0 package: ``6c33520e29cc754b687f9cee0398dede``)
 
 Extract the archive in your wallabag folder and replace ``app/config/parameters.yml`` with yours.