mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-05 23:18:47 +00:00
Merge pull request #2545 from wallabag/update-doc
Update the upgrade documentation
This commit is contained in:
commit
16037570bf
3 changed files with 3 additions and 18 deletions
|
@ -8,12 +8,7 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
rm -rf var/cache/*
|
make update
|
||||||
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
|
|
||||||
|
|
||||||
Update auf einem Shared Webhosting
|
Update auf einem Shared Webhosting
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
|
@ -8,12 +8,7 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
rm -rf var/cache/*
|
make update
|
||||||
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
|
|
||||||
|
|
||||||
Upgrade on a shared hosting
|
Upgrade on a shared hosting
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
|
@ -8,12 +8,7 @@ La dernière version de wallabag est publiée à cette adresse : https://www.wal
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
rm -rf var/cache/*
|
make update
|
||||||
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
|
|
||||||
|
|
||||||
Mise à jour sur un hébergement mutualisé
|
Mise à jour sur un hébergement mutualisé
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue