diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/de/user/upgrade-2.1.x-2.1.y.rst | 7 | ||||
-rw-r--r-- | docs/en/user/upgrade-2.1.x-2.1.y.rst | 7 | ||||
-rw-r--r-- | docs/fr/user/upgrade-2.1.x-2.1.y.rst | 7 |
3 files changed, 3 insertions, 18 deletions
diff --git a/docs/de/user/upgrade-2.1.x-2.1.y.rst b/docs/de/user/upgrade-2.1.x-2.1.y.rst index dec5dede..d3c4f7ab 100644 --- a/docs/de/user/upgrade-2.1.x-2.1.y.rst +++ b/docs/de/user/upgrade-2.1.x-2.1.y.rst | |||
@@ -8,12 +8,7 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm | |||
8 | 8 | ||
9 | :: | 9 | :: |
10 | 10 | ||
11 | rm -rf var/cache/* | 11 | make update |
12 | git fetch origin | ||
13 | git fetch --tags | ||
14 | git checkout 2.1.3 --force | ||
15 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | ||
16 | php bin/console cache:clear --env=prod | ||
17 | 12 | ||
18 | Update auf einem Shared Webhosting | 13 | Update auf einem Shared Webhosting |
19 | ---------------------------------- | 14 | ---------------------------------- |
diff --git a/docs/en/user/upgrade-2.1.x-2.1.y.rst b/docs/en/user/upgrade-2.1.x-2.1.y.rst index 28b7d45e..fb41a07b 100644 --- a/docs/en/user/upgrade-2.1.x-2.1.y.rst +++ b/docs/en/user/upgrade-2.1.x-2.1.y.rst | |||
@@ -8,12 +8,7 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba | |||
8 | 8 | ||
9 | :: | 9 | :: |
10 | 10 | ||
11 | rm -rf var/cache/* | 11 | make update |
12 | git fetch origin | ||
13 | git fetch --tags | ||
14 | git checkout 2.1.3 --force | ||
15 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | ||
16 | php bin/console cache:clear --env=prod | ||
17 | 12 | ||
18 | Upgrade on a shared hosting | 13 | Upgrade on a shared hosting |
19 | --------------------------- | 14 | --------------------------- |
diff --git a/docs/fr/user/upgrade-2.1.x-2.1.y.rst b/docs/fr/user/upgrade-2.1.x-2.1.y.rst index d7983d93..2d3b452b 100644 --- a/docs/fr/user/upgrade-2.1.x-2.1.y.rst +++ b/docs/fr/user/upgrade-2.1.x-2.1.y.rst | |||
@@ -8,12 +8,7 @@ La dernière version de wallabag est publiée à cette adresse : https://www.wal | |||
8 | 8 | ||
9 | :: | 9 | :: |
10 | 10 | ||
11 | rm -rf var/cache/* | 11 | make update |
12 | git fetch origin | ||
13 | git fetch --tags | ||
14 | git checkout 2.1.3 --force | ||
15 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | ||
16 | php bin/console cache:clear --env=prod | ||
17 | 12 | ||
18 | Mise à jour sur un hébergement mutualisé | 13 | Mise à jour sur un hébergement mutualisé |
19 | ---------------------------------------- | 14 | ---------------------------------------- |