2020-02-03 13:25:51 +01:00
|
|
|
|
|
|
|
.. _searx.sh:
|
|
|
|
|
|
|
|
==================
|
|
|
|
``utils/searx.sh``
|
|
|
|
==================
|
|
|
|
|
2020-02-04 13:13:17 +01:00
|
|
|
.. sidebar:: further reading
|
|
|
|
|
|
|
|
- :ref:`architecture`
|
2020-04-09 15:04:23 +02:00
|
|
|
- :ref:`installation`
|
|
|
|
- :ref:`installation nginx`
|
|
|
|
- :ref:`installation apache`
|
2020-02-04 13:13:17 +01:00
|
|
|
|
2020-02-03 13:25:51 +01:00
|
|
|
To simplify installation and maintenance of a searx instance you can use the
|
2020-02-04 16:42:13 +01:00
|
|
|
script :origin:`utils/searx.sh`.
|
|
|
|
|
|
|
|
Install
|
|
|
|
=======
|
|
|
|
|
|
|
|
In most cases you will install searx simply by running the command:
|
2020-02-03 13:25:51 +01:00
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
sudo -H ./utils/searx.sh install all
|
|
|
|
|
|
|
|
The script adds a ``${SERVICE_USER}`` (default:``searx``) and installs searx
|
2020-02-04 13:13:17 +01:00
|
|
|
into this user account. The installation is described in chapter
|
|
|
|
:ref:`installation basic`.
|
2020-02-03 13:25:51 +01:00
|
|
|
|
2020-02-04 13:13:17 +01:00
|
|
|
.. _intranet reverse proxy:
|
|
|
|
|
2020-03-30 18:47:01 +02:00
|
|
|
Overview
|
|
|
|
========
|
2020-02-04 13:13:17 +01:00
|
|
|
|
2020-03-30 18:47:01 +02:00
|
|
|
The ``--help`` output of the script is largely self-explanatory
|
|
|
|
(:ref:`toolboxing common`):
|
2020-02-04 13:13:17 +01:00
|
|
|
|
2020-03-30 18:47:01 +02:00
|
|
|
.. program-output:: ../utils/searx.sh --help
|