diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-10 15:38:49 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-10 15:38:49 +0200 |
commit | fa4c39b37c1e1a1b52739a070775e9ba0fafe802 (patch) | |
tree | de24a395d9818a745011cbc8da6961d7d6dad859 /docs/de | |
parent | c15f083896768ff7eb38be35003b7668bfaa7252 (diff) | |
download | wallabag-fa4c39b37c1e1a1b52739a070775e9ba0fafe802.tar.gz wallabag-fa4c39b37c1e1a1b52739a070775e9ba0fafe802.tar.zst wallabag-fa4c39b37c1e1a1b52739a070775e9ba0fafe802.zip |
Added steps about Redis/RabbitMQ activation
Diffstat (limited to 'docs/de')
-rw-r--r-- | docs/de/developer/rabbitmq.rst | 4 | ||||
-rw-r--r-- | docs/de/developer/redis.rst | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/de/developer/rabbitmq.rst b/docs/de/developer/rabbitmq.rst index 37e9984b..f81e07e3 100644 --- a/docs/de/developer/rabbitmq.rst +++ b/docs/de/developer/rabbitmq.rst | |||
@@ -46,6 +46,10 @@ Bearbeite die Datei ``parameters.yml``, um die RabbitMQ Konfiguration einzuricht | |||
46 | rabbitmq_user: guest | 46 | rabbitmq_user: guest |
47 | rabbitmq_password: guest | 47 | rabbitmq_password: guest |
48 | 48 | ||
49 | Enable RabbitMQ in wallabag | ||
50 | --------------------------- | ||
51 | |||
52 | In internal settings, in the **Import** section, enable RabbitMQ (with the value 1). | ||
49 | 53 | ||
50 | Starte den RabbitMQ Consumer | 54 | Starte den RabbitMQ Consumer |
51 | ---------------------------- | 55 | ---------------------------- |
diff --git a/docs/de/developer/redis.rst b/docs/de/developer/redis.rst index 46334cf0..57b41550 100644 --- a/docs/de/developer/redis.rst +++ b/docs/de/developer/redis.rst | |||
@@ -35,6 +35,10 @@ Bearbeite die Datei ``parameters.yml``, um die RabbitMQ Konfiguration einzuricht | |||
35 | redis_host: localhost | 35 | redis_host: localhost |
36 | redis_port: 6379 | 36 | redis_port: 6379 |
37 | 37 | ||
38 | Enable Redis in wallabag | ||
39 | ------------------------ | ||
40 | |||
41 | In internal settings, in the **Import** section, enable Redis (with the value 1). | ||
38 | 42 | ||
39 | Starte den Redis Consumer | 43 | Starte den Redis Consumer |
40 | ------------------------- | 44 | ------------------------- |