aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-10 15:38:49 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-10 15:38:49 +0200
commitfa4c39b37c1e1a1b52739a070775e9ba0fafe802 (patch)
treede24a395d9818a745011cbc8da6961d7d6dad859 /docs/en
parentc15f083896768ff7eb38be35003b7668bfaa7252 (diff)
downloadwallabag-fa4c39b37c1e1a1b52739a070775e9ba0fafe802.tar.gz
wallabag-fa4c39b37c1e1a1b52739a070775e9ba0fafe802.tar.zst
wallabag-fa4c39b37c1e1a1b52739a070775e9ba0fafe802.zip
Added steps about Redis/RabbitMQ activation
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/developer/rabbitmq.rst4
-rw-r--r--docs/en/developer/redis.rst4
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/en/developer/rabbitmq.rst b/docs/en/developer/rabbitmq.rst
index ca0b0f3a..673228e9 100644
--- a/docs/en/developer/rabbitmq.rst
+++ b/docs/en/developer/rabbitmq.rst
@@ -46,6 +46,10 @@ Edit your ``parameters.yml`` file to edit RabbitMQ configuration. The default on
46 rabbitmq_user: guest 46 rabbitmq_user: guest
47 rabbitmq_password: guest 47 rabbitmq_password: guest
48 48
49Enable RabbitMQ in wallabag
50---------------------------
51
52In internal settings, in the **Import** section, enable RabbitMQ (with the value 1).
49 53
50Launch RabbitMQ consumer 54Launch RabbitMQ consumer
51------------------------ 55------------------------
diff --git a/docs/en/developer/redis.rst b/docs/en/developer/redis.rst
index 005d6e4f..67b6452e 100644
--- a/docs/en/developer/redis.rst
+++ b/docs/en/developer/redis.rst
@@ -35,6 +35,10 @@ Edit your ``parameters.yml`` file to edit Redis configuration. The default one s
35 redis_host: localhost 35 redis_host: localhost
36 redis_port: 6379 36 redis_port: 6379
37 37
38Enable Redos in wallabag
39------------------------
40
41In internal settings, in the **Import** section, enable Redis (with the value 1).
38 42
39Launch Redis consumer 43Launch Redis consumer
40--------------------- 44---------------------