X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docs%2Fen%2Fdeveloper%2Fredis.rst;h=ea084e66779d1de6841a559a41a0583c7e1a2ffd;hb=9e0a49e6acf60c3dbf3c479cb36d404239dfda89;hp=005d6e4ffa6ca1c2f3754ca4533463dbbb4bf196;hpb=93a95c09bf7ab389de623f6cda01dfc295aa6b74;p=github%2Fwallabag%2Fwallabag.git diff --git a/docs/en/developer/redis.rst b/docs/en/developer/redis.rst index 005d6e4f..ea084e66 100644 --- a/docs/en/developer/redis.rst +++ b/docs/en/developer/redis.rst @@ -28,13 +28,17 @@ The server might be already running after installing, if not you can launch it u Configure Redis in wallabag --------------------------- -Edit your ``parameters.yml`` file to edit Redis configuration. The default one should be ok: +Edit your ``app/config/parameters.yml`` file to edit Redis configuration. The default one should be ok: .. 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). Launch Redis consumer ---------------------