mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00

The directive creates a table of contents for the page. However, Furo includes a table of contents already in the sidebar. It is, thus, recommended to removing the `.. contents::` directive. [1] https://github.com/pradyunsg/furo/issues/88#issuecomment-803297274 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
36 lines
726 B
ReStructuredText
36 lines
726 B
ReStructuredText
|
|
.. _searxng.sh:
|
|
|
|
====================
|
|
``utils/searxng.sh``
|
|
====================
|
|
|
|
To simplify the installation and maintenance of a SearXNG instance you can use the
|
|
script :origin:`utils/searxng.sh`.
|
|
|
|
.. sidebar:: further reading
|
|
|
|
- :ref:`architecture`
|
|
- :ref:`installation`
|
|
- :ref:`installation nginx`
|
|
- :ref:`installation apache`
|
|
|
|
Install
|
|
=======
|
|
|
|
In most cases you will install SearXNG simply by running the command:
|
|
|
|
.. code:: bash
|
|
|
|
sudo -H ./utils/searx.sh install all
|
|
|
|
The installation is described in chapter :ref:`installation basic`.
|
|
|
|
.. _searxng.sh overview:
|
|
|
|
Command Help
|
|
============
|
|
|
|
The ``--help`` output of the script is largely self-explanatory:
|
|
|
|
.. program-output:: ../utils/searxng.sh --help
|