Update the upgrade documentation

This commit is contained in:
Nicolas Lœuillet 2016-11-05 14:15:09 +01:00
parent 4ec9f5c334
commit bc12f08bda
No known key found for this signature in database
GPG key ID: BDC1EFB5CA0145F2
3 changed files with 3 additions and 18 deletions

View 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
----------------------------------

View 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
---------------------------

View 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é
----------------------------------------