diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-03 13:25:51 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-03 13:25:51 +0100 |
commit | 94ac560dcc85e2e75d3b14706a65eb9488643eb4 (patch) | |
tree | 40ff812809c2b96964c58c3aa630e73a9e112d46 /docs/utils/searx.sh.rst | |
parent | e7401796f652c946f52faf12b1b7c871ceaa7211 (diff) | |
download | searxng-94ac560dcc85e2e75d3b14706a65eb9488643eb4.tar.gz searxng-94ac560dcc85e2e75d3b14706a65eb9488643eb4.zip |
doc: add descriptions of our tooling box in ./utils
Initial started with the scripts for searx, filtron and morty installations.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/utils/searx.sh.rst')
-rw-r--r-- | docs/utils/searx.sh.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/utils/searx.sh.rst b/docs/utils/searx.sh.rst new file mode 100644 index 000000000..fb606c0b0 --- /dev/null +++ b/docs/utils/searx.sh.rst @@ -0,0 +1,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 + |