]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Added steps about Redis/RabbitMQ activation 2403/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 10 Oct 2016 13:38:49 +0000 (15:38 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 10 Oct 2016 13:38:49 +0000 (15:38 +0200)
docs/de/developer/rabbitmq.rst
docs/de/developer/redis.rst
docs/en/developer/rabbitmq.rst
docs/en/developer/redis.rst
docs/fr/developer/rabbitmq.rst
docs/fr/developer/redis.rst

index 37e9984ba79681e1e7aa6ff0f5f0040f1a42720c..f81e07e3e8761faf38264fcc1dec006540852783 100644 (file)
@@ -46,6 +46,10 @@ Bearbeite die Datei ``parameters.yml``, um die RabbitMQ Konfiguration einzuricht
     rabbitmq_user: guest
     rabbitmq_password: guest
 
+Enable RabbitMQ in wallabag
+---------------------------
+
+In internal settings, in the **Import** section, enable RabbitMQ (with the value 1).
 
 Starte den RabbitMQ Consumer
 ----------------------------
index 46334cf036d58bd226c33aad7a35392b2fe871bc..57b415506483580acc57b59e506a8b2f0ce2efc8 100644 (file)
@@ -35,6 +35,10 @@ Bearbeite die Datei ``parameters.yml``, um die RabbitMQ Konfiguration einzuricht
     redis_host: localhost
     redis_port: 6379
 
+Enable Redis in wallabag
+------------------------
+
+In internal settings, in the **Import** section, enable Redis (with the value 1).
 
 Starte den Redis Consumer
 -------------------------
index ca0b0f3ab0d6b769d998ca8291cabf66ad67b088..673228e9f9116a76715c80bc09a95d1dba6ceda2 100644 (file)
@@ -46,6 +46,10 @@ Edit your ``parameters.yml`` file to edit RabbitMQ configuration. The default on
     rabbitmq_user: guest
     rabbitmq_password: guest
 
+Enable RabbitMQ in wallabag
+---------------------------
+
+In internal settings, in the **Import** section, enable RabbitMQ (with the value 1).
 
 Launch RabbitMQ consumer
 ------------------------
index 005d6e4ffa6ca1c2f3754ca4533463dbbb4bf196..67b6452ec9cb0b5ed2a61e28cebe1909a0fcdfb4 100644 (file)
@@ -35,6 +35,10 @@ Edit your ``parameters.yml`` file to edit Redis configuration. The default one s
     redis_host: localhost
     redis_port: 6379
 
+Enable Redos in wallabag
+------------------------
+
+In internal settings, in the **Import** section, enable Redis (with the value 1).
 
 Launch Redis consumer
 ---------------------
index 771725a76bee504ee59107f603c6580861e0a2c7..92db5a28dc93f72b3a6da8f0b2bf64ad900bde3e 100644 (file)
@@ -46,6 +46,10 @@ Modifiez votre fichier ``parameters.yml`` pour éditer la configuration RabbitMQ
     rabbitmq_user: guest
     rabbitmq_password: guest
 
+Activer RabbitMQ dans wallabag
+------------------------------
+
+Dans les paramètres internes, section **Import**, activez RabbitMQ (avec la valeur 1).
 
 Démarrer les clients RabbitMQ
 -----------------------------
index 5557e7a8858ead42ba7eadc71a727ad57ca79122..8a212e8aab0ee97195998de42e1d1595a2d65805 100644 (file)
@@ -35,6 +35,10 @@ Modifiez votre fichier ``parameters.yml`` pour éditer la configuration Redis. C
     redis_host: localhost
     redis_port: 6379
 
+Activer Redis dans wallabag
+---------------------------
+
+Dans les paramètres internes, section **Import**, activez Redis (avec la valeur 1).
 
 Démarrer les clients Redis
 --------------------------