summaryrefslogtreecommitdiff
path: root/docs/utils/searx.sh.rst
blob: fb606c0b0ade70564b265da48c54f014b2dc3334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.. _searx.sh:

==================
``utils/searx.sh``
==================

To simplify installation and maintenance of a searx instance you can use the
script :origin:`utils/searx.sh`.  In most cases you will install searx simply by
running the command:

.. code::  bash

   sudo -H ./utils/searx.sh install all

The script adds a ``${SERVICE_USER}`` (default:``searx``) and installs searx
into this user account.  The ``--help`` output of the script is largely
self-explanatory:

.. program-output:: ../utils/searx.sh --help