searx.sh.rst 830 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .. _searx.sh:
  2. ==================
  3. ``utils/searx.sh``
  4. ==================
  5. .. sidebar:: further reading
  6. - :ref:`architecture`
  7. - :ref:`installation`
  8. - :ref:`installation nginx`
  9. - :ref:`installation apache`
  10. To simplify installation and maintenance of a searx instance you can use the
  11. script :origin:`utils/searx.sh`.
  12. Install
  13. =======
  14. In most cases you will install searx simply by running the command:
  15. .. code:: bash
  16. sudo -H ./utils/searx.sh install all
  17. The script adds a ``${SERVICE_USER}`` (default:``searx``) and installs searx
  18. into this user account. The installation is described in chapter
  19. :ref:`installation basic`.
  20. .. _intranet reverse proxy:
  21. Overview
  22. ========
  23. The ``--help`` output of the script is largely self-explanatory
  24. (:ref:`toolboxing common`):
  25. .. program-output:: ../utils/searx.sh --help