Some fixes about upgrade from 2.0.x -> 2.1.0

This commit is contained in:
Nicolas Lœuillet
2016-09-28 10:02:31 +02:00
parent 92fa168344
commit 084fb0d303
11 changed files with 22 additions and 11 deletions

View File

@ -11,7 +11,9 @@ La dernière version de wallabag est publiée à cette adresse : https://www.wal
git fetch origin
git fetch --tags
git checkout 2.1.0
./install.sh
ASSETS=build ./install.sh
php bin/console doctrine:migrations:migrate --env=prod
php bin/console cache:clear --env=prod
Mise à jour sur un hébergement mutualisé
----------------------------------------