diff options
Diffstat (limited to 'docs/de')
-rw-r--r-- | docs/de/user/installation.rst | 2 | ||||
-rw-r--r-- | docs/de/user/upgrade-2.0.x-2.1.y.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst index c438761f..3578dca9 100644 --- a/docs/de/user/installation.rst +++ b/docs/de/user/installation.rst | |||
@@ -55,7 +55,7 @@ Um wallabag selbst zu installieren, musst du die folgenden Kommandos ausführen: | |||
55 | 55 | ||
56 | git clone https://github.com/wallabag/wallabag.git | 56 | git clone https://github.com/wallabag/wallabag.git |
57 | cd wallabag | 57 | cd wallabag |
58 | git checkout 2.1.0 | 58 | git checkout 2.1.1 --force |
59 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | 59 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist |
60 | php bin/console wallabag:install --env=prod | 60 | php bin/console wallabag:install --env=prod |
61 | 61 | ||
diff --git a/docs/de/user/upgrade-2.0.x-2.1.y.rst b/docs/de/user/upgrade-2.0.x-2.1.y.rst index 7319a18a..8ee2ae59 100644 --- a/docs/de/user/upgrade-2.0.x-2.1.y.rst +++ b/docs/de/user/upgrade-2.0.x-2.1.y.rst | |||
@@ -7,14 +7,14 @@ Wenn du den Import von Pocket durch das Hinzufügen des Consumer Key in den inte | |||
7 | Update auf einem dedizierten Webserver | 7 | Update auf einem dedizierten Webserver |
8 | -------------------------------------- | 8 | -------------------------------------- |
9 | 9 | ||
10 | Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.html veröffentlicht. Um deine wallabag-Installation auf die neueste Version zu aktualisieren, führe die folgenden Kommandos in deinem wallabag-Ordner aus (ersetze ``2.1.0`` mit der neuesten Releasenummer): | 10 | Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.html veröffentlicht. Um deine wallabag-Installation auf die neueste Version zu aktualisieren, führe die folgenden Kommandos in deinem wallabag-Ordner aus (ersetze ``2.1.1`` mit der neuesten Releasenummer): |
11 | 11 | ||
12 | :: | 12 | :: |
13 | 13 | ||
14 | rm -rf var/cache/* | 14 | rm -rf var/cache/* |
15 | git fetch origin | 15 | git fetch origin |
16 | git fetch --tags | 16 | git fetch --tags |
17 | git checkout 2.1.0 | 17 | git checkout 2.1.0 --force |
18 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | 18 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist |
19 | php bin/console doctrine:migrations:migrate --env=prod | 19 | php bin/console doctrine:migrations:migrate --env=prod |
20 | php bin/console cache:clear --env=prod | 20 | php bin/console cache:clear --env=prod |