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/fr | |
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/fr')
-rw-r--r-- | docs/fr/developer/rabbitmq.rst | 4 | ||||
-rw-r--r-- | docs/fr/developer/redis.rst | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/fr/developer/rabbitmq.rst b/docs/fr/developer/rabbitmq.rst index 771725a7..92db5a28 100644 --- a/docs/fr/developer/rabbitmq.rst +++ b/docs/fr/developer/rabbitmq.rst | |||
@@ -46,6 +46,10 @@ Modifiez votre fichier ``parameters.yml`` pour éditer la configuration RabbitMQ | |||
46 | rabbitmq_user: guest | 46 | rabbitmq_user: guest |
47 | rabbitmq_password: guest | 47 | rabbitmq_password: guest |
48 | 48 | ||
49 | Activer RabbitMQ dans wallabag | ||
50 | ------------------------------ | ||
51 | |||
52 | Dans les paramètres internes, section **Import**, activez RabbitMQ (avec la valeur 1). | ||
49 | 53 | ||
50 | Démarrer les clients RabbitMQ | 54 | Démarrer les clients RabbitMQ |
51 | ----------------------------- | 55 | ----------------------------- |
diff --git a/docs/fr/developer/redis.rst b/docs/fr/developer/redis.rst index 5557e7a8..8a212e8a 100644 --- a/docs/fr/developer/redis.rst +++ b/docs/fr/developer/redis.rst | |||
@@ -35,6 +35,10 @@ Modifiez votre fichier ``parameters.yml`` pour éditer la configuration Redis. C | |||
35 | redis_host: localhost | 35 | redis_host: localhost |
36 | redis_port: 6379 | 36 | redis_port: 6379 |
37 | 37 | ||
38 | Activer Redis dans wallabag | ||
39 | --------------------------- | ||
40 | |||
41 | Dans les paramètres internes, section **Import**, activez Redis (avec la valeur 1). | ||
38 | 42 | ||
39 | Démarrer les clients Redis | 43 | Démarrer les clients Redis |
40 | -------------------------- | 44 | -------------------------- |