Fix wallabag version in documentation

This commit is contained in:
Nicolas Lœuillet
2016-09-15 14:26:30 +02:00
parent 8fed8d1bac
commit ce0a32229a
6 changed files with 13 additions and 31 deletions

View File

@ -4,15 +4,14 @@ Upgrade wallabag
Upgrade on a dedicated web server
---------------------------------
The last release is published on https://www.wallabag.org/pages/download-wallabag.html. In order to upgrade your wallabag installation and get the last version, run the following commands in you wallabag folder (replace ``2.0.8`` by the last release number):
The last release is published on https://www.wallabag.org/pages/download-wallabag.html. In order to upgrade your wallabag installation and get the last version, run the following commands in you wallabag folder (replace ``2.1.0`` by the last release number):
::
git fetch origin
git fetch --tags
git checkout 2.0.8
SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
php bin/console cache:clear --env=prod
git checkout 2.1.0
./install.sh
Upgrade on a shared hosting
---------------------------