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/en/developer | |
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/en/developer')
-rw-r--r-- | docs/en/developer/rabbitmq.rst | 4 | ||||
-rw-r--r-- | docs/en/developer/redis.rst | 4 |
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 | ||
49 | Enable RabbitMQ in wallabag | ||
50 | --------------------------- | ||
51 | |||
52 | In internal settings, in the **Import** section, enable RabbitMQ (with the value 1). | ||
49 | 53 | ||
50 | Launch RabbitMQ consumer | 54 | Launch 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 | ||
38 | Enable Redos in wallabag | ||
39 | ------------------------ | ||
40 | |||
41 | In internal settings, in the **Import** section, enable Redis (with the value 1). | ||
38 | 42 | ||
39 | Launch Redis consumer | 43 | Launch Redis consumer |
40 | --------------------- | 44 | --------------------- |