diff options
Diffstat (limited to 'docs/de')
-rw-r--r-- | docs/de/index.rst | 2 | ||||
-rw-r--r-- | docs/de/user/upgrade-2.0.x-2.0.y.rst | 4 | ||||
-rw-r--r-- | docs/de/user/upgrade-2.0.x-2.1.y.rst (renamed from docs/de/user/upgrade-2.0.x-2.1.0.rst) | 14 |
3 files changed, 17 insertions, 3 deletions
diff --git a/docs/de/index.rst b/docs/de/index.rst index 62f8b54a..65cf8953 100644 --- a/docs/de/index.rst +++ b/docs/de/index.rst | |||
@@ -30,7 +30,7 @@ Die Dokumentation ist in anderen Sprachen verfügbar : | |||
30 | 30 | ||
31 | user/faq | 31 | user/faq |
32 | user/installation | 32 | user/installation |
33 | user/upgrade-2.0.x-2.1.0 | 33 | user/upgrade-2.0.x-2.1.y |
34 | user/upgrade-2.0.x-2.0.y | 34 | user/upgrade-2.0.x-2.0.y |
35 | user/migration | 35 | user/migration |
36 | user/import | 36 | user/import |
diff --git a/docs/de/user/upgrade-2.0.x-2.0.y.rst b/docs/de/user/upgrade-2.0.x-2.0.y.rst index c04b68f3..adf288bd 100644 --- a/docs/de/user/upgrade-2.0.x-2.0.y.rst +++ b/docs/de/user/upgrade-2.0.x-2.0.y.rst | |||
@@ -1,5 +1,5 @@ | |||
1 | Wallabag updaten | 1 | Wallabag updaten 2.0.x -> 2.1.x |
2 | ================ | 2 | =============================== |
3 | 3 | ||
4 | Update auf einem dedizierten Webserver | 4 | Update auf einem dedizierten Webserver |
5 | -------------------------------------- | 5 | -------------------------------------- |
diff --git a/docs/de/user/upgrade-2.0.x-2.1.0.rst b/docs/de/user/upgrade-2.0.x-2.1.y.rst index eb67e686..32d13c6a 100644 --- a/docs/de/user/upgrade-2.0.x-2.1.0.rst +++ b/docs/de/user/upgrade-2.0.x-2.1.y.rst | |||
@@ -33,6 +33,20 @@ Lade das neueste Release von wallabag herunter: | |||
33 | 33 | ||
34 | Entpacke das Archiv in deinen wallabag Ordner und ersetze ``app/config/parameters.yml`` mit deiner Datei. | 34 | Entpacke das Archiv in deinen wallabag Ordner und ersetze ``app/config/parameters.yml`` mit deiner Datei. |
35 | 35 | ||
36 | Please note that we added new parameters in this version. You have to edit ``app/config/parameters.yml`` by adding these lines (replace with your configuration) : | ||
37 | |||
38 | .. code-block:: bash | ||
39 | |||
40 | # RabbitMQ processing | ||
41 | rabbitmq_host: localhost | ||
42 | rabbitmq_port: 5672 | ||
43 | rabbitmq_user: guest | ||
44 | rabbitmq_password: guest | ||
45 | |||
46 | # Redis processing | ||
47 | redis_host: localhost | ||
48 | redis_port: 6379 | ||
49 | |||
36 | Wenn du SQLite nutzt, musst auch das ``data/`` Verzeichnis in die neue Installation kopieren. | 50 | Wenn du SQLite nutzt, musst auch das ``data/`` Verzeichnis in die neue Installation kopieren. |
37 | 51 | ||
38 | Leere den ``var/cache`` Ordner. | 52 | Leere den ``var/cache`` Ordner. |