2022-06-14 08:02:50 +00:00
|
|
|
|
|
|
|
.. _searxng.sh:
|
|
|
|
|
|
|
|
====================
|
|
|
|
``utils/searxng.sh``
|
|
|
|
====================
|
|
|
|
|
2023-05-21 16:12:39 +00:00
|
|
|
To simplify the installation and maintenance of a SearXNG instance you can use the
|
|
|
|
script :origin:`utils/searxng.sh`.
|
|
|
|
|
2022-06-14 08:02:50 +00:00
|
|
|
.. sidebar:: further reading
|
|
|
|
|
|
|
|
- :ref:`architecture`
|
|
|
|
- :ref:`installation`
|
|
|
|
- :ref:`installation nginx`
|
|
|
|
- :ref:`installation apache`
|
|
|
|
|
2023-05-21 16:12:39 +00:00
|
|
|
.. contents:: Contents
|
|
|
|
:depth: 2
|
|
|
|
:local:
|
|
|
|
:backlinks: entry
|
|
|
|
|
2022-06-14 08:02:50 +00:00
|
|
|
|
|
|
|
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:
|
|
|
|
|
2023-05-21 16:12:39 +00:00
|
|
|
Command Help
|
|
|
|
============
|
2022-06-14 08:02:50 +00:00
|
|
|
|
|
|
|
The ``--help`` output of the script is largely self-explanatory:
|
|
|
|
|
|
|
|
.. program-output:: ../utils/searxng.sh --help
|