summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-11-05 17:50:40 +0100
committerGitHub <noreply@github.com>2022-11-05 17:50:40 +0100
commitd37afb8ab90f75f888179b6efd3e1e8977ef6dea (patch)
tree181d2b38112d9439f836e6d9a286f5355a311ffa /docs
parentd764d94a70b0b10291105a867227975d59af5675 (diff)
parente92755d358df5b34b0181f48f8ba02c7f2939e8f (diff)
Merge pull request #1856 from dalf/checker_requires_redis
The checker requires Redis
Diffstat (limited to 'docs')
-rw-r--r--docs/admin/engines/settings.rst17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/admin/engines/settings.rst b/docs/admin/engines/settings.rst
index 086b3ccbe..3ac992d3e 100644
--- a/docs/admin/engines/settings.rst
+++ b/docs/admin/engines/settings.rst
@@ -314,20 +314,21 @@ developer) account needs to be added to the *searxng-redis* group.
.. admonition:: Tip for developers
- To set up a local redis instance using sockets simply use::
-
- $ ./manage redis.build
- $ sudo -H ./manage redis.install
- $ sudo -H ./manage redis.addgrp "${USER}"
- # don't forget to logout & login to get member of group
-
- The YAML setting for such a redis instance is:
+ To set up a local redis instance, first set the socket path of the Redis DB
+ in your YAML setting:
.. code:: yaml
redis:
url: unix:///usr/local/searxng-redis/run/redis.sock?db=0
+ Then use the following commands to install the redis instance ::
+
+ $ ./manage redis.build
+ $ sudo -H ./manage redis.install
+ $ sudo -H ./manage redis.addgrp "${USER}"
+ # don't forget to logout & login to get member of group
+
.. _settings outgoing: