mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-07 11:13:34 +01:00
Added steps about Redis/RabbitMQ activation
This commit is contained in:
parent
c15f083896
commit
fa4c39b37c
@ -46,6 +46,10 @@ Bearbeite die Datei ``parameters.yml``, um die RabbitMQ Konfiguration einzuricht
|
|||||||
rabbitmq_user: guest
|
rabbitmq_user: guest
|
||||||
rabbitmq_password: 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
|
Starte den RabbitMQ Consumer
|
||||||
----------------------------
|
----------------------------
|
||||||
|
@ -35,6 +35,10 @@ Bearbeite die Datei ``parameters.yml``, um die RabbitMQ Konfiguration einzuricht
|
|||||||
redis_host: localhost
|
redis_host: localhost
|
||||||
redis_port: 6379
|
redis_port: 6379
|
||||||
|
|
||||||
|
Enable Redis in wallabag
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
In internal settings, in the **Import** section, enable Redis (with the value 1).
|
||||||
|
|
||||||
Starte den Redis Consumer
|
Starte den Redis Consumer
|
||||||
-------------------------
|
-------------------------
|
||||||
|
@ -46,6 +46,10 @@ Edit your ``parameters.yml`` file to edit RabbitMQ configuration. The default on
|
|||||||
rabbitmq_user: guest
|
rabbitmq_user: guest
|
||||||
rabbitmq_password: guest
|
rabbitmq_password: guest
|
||||||
|
|
||||||
|
Enable RabbitMQ in wallabag
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
In internal settings, in the **Import** section, enable RabbitMQ (with the value 1).
|
||||||
|
|
||||||
Launch RabbitMQ consumer
|
Launch RabbitMQ consumer
|
||||||
------------------------
|
------------------------
|
||||||
|
@ -35,6 +35,10 @@ Edit your ``parameters.yml`` file to edit Redis configuration. The default one s
|
|||||||
redis_host: localhost
|
redis_host: localhost
|
||||||
redis_port: 6379
|
redis_port: 6379
|
||||||
|
|
||||||
|
Enable Redos in wallabag
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
In internal settings, in the **Import** section, enable Redis (with the value 1).
|
||||||
|
|
||||||
Launch Redis consumer
|
Launch Redis consumer
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -46,6 +46,10 @@ Modifiez votre fichier ``parameters.yml`` pour éditer la configuration RabbitMQ
|
|||||||
rabbitmq_user: guest
|
rabbitmq_user: guest
|
||||||
rabbitmq_password: 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
|
Démarrer les clients RabbitMQ
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
@ -35,6 +35,10 @@ Modifiez votre fichier ``parameters.yml`` pour éditer la configuration Redis. C
|
|||||||
redis_host: localhost
|
redis_host: localhost
|
||||||
redis_port: 6379
|
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
|
Démarrer les clients Redis
|
||||||
--------------------------
|
--------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user