mirror of
https://github.com/searxng/searxng.git
synced 2026-01-14 02:25:28 +00:00
[doc] build from commit cf74e1d9e9
This commit is contained in:
30
_sources/utils/index.rst.txt
Normal file
30
_sources/utils/index.rst.txt
Normal file
@@ -0,0 +1,30 @@
|
||||
.. _searx_utils:
|
||||
.. _toolboxing:
|
||||
|
||||
==================
|
||||
DevOps tooling box
|
||||
==================
|
||||
|
||||
In the folder :origin:`utils/` we maintain some tools useful for administrators
|
||||
and developers.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
searxng.sh
|
||||
|
||||
|
||||
Common command environments
|
||||
===========================
|
||||
|
||||
The scripts in our tooling box often dispose of common environments:
|
||||
|
||||
.. _FORCE_TIMEOUT:
|
||||
|
||||
``FORCE_TIMEOUT`` : environment
|
||||
Sets timeout for interactive prompts. If you want to run a script in batch
|
||||
job, with defaults choices, set ``FORCE_TIMEOUT=0``. By example; to install a
|
||||
SearXNG server and nginx proxy use::
|
||||
|
||||
$ FORCE_TIMEOUT=0 ./utils/searxng.sh install all
|
||||
$ FORCE_TIMEOUT=0 ./utils/searxng.sh install nginx
|
||||
Reference in New Issue
Block a user