X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docs%2Fde%2Fdeveloper%2Fredis.rst;h=2505bf24dc7705b01a97c3f12af437a3decd3765;hb=887303889b2bc2a3164b6e5664c58d32e5c90e50;hp=46334cf036d58bd226c33aad7a35392b2fe871bc;hpb=d9b0673dbb1138e805e039610cef893e49abe3d8;p=github%2Fwallabag%2Fwallabag.git diff --git a/docs/de/developer/redis.rst b/docs/de/developer/redis.rst index 46334cf0..2505bf24 100644 --- a/docs/de/developer/redis.rst +++ b/docs/de/developer/redis.rst @@ -28,13 +28,17 @@ Der Redis Service läuft eventuell schon direkt nach der Installation. Falls nic Konfigure Redis in wallabag --------------------------- -Bearbeite die Datei ``parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein: +Bearbeite die Datei ``app/config/parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein: .. code:: yaml 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 -------------------------