searx.sh.rst 526 B

123456789101112131415161718192021
  1. .. _searx.sh:
  2. ==================
  3. ``utils/searx.sh``
  4. ==================
  5. To simplify installation and maintenance of a searx instance you can use the
  6. script :origin:`utils/searx.sh`. In most cases you will install searx simply by
  7. running the command:
  8. .. code:: bash
  9. sudo -H ./utils/searx.sh install all
  10. The script adds a ``${SERVICE_USER}`` (default:``searx``) and installs searx
  11. into this user account. The ``--help`` output of the script is largely
  12. self-explanatory:
  13. .. program-output:: ../utils/searx.sh --help