searxng.sh.rst 718 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _searxng.sh:
  2. ====================
  3. ``utils/searxng.sh``
  4. ====================
  5. .. sidebar:: further reading
  6. - :ref:`architecture`
  7. - :ref:`installation`
  8. - :ref:`installation nginx`
  9. - :ref:`installation apache`
  10. To simplify the installation and maintenance of a SearXNG instance you can use the
  11. script :origin:`utils/searxng.sh`.
  12. Install
  13. =======
  14. In most cases you will install SearXNG simply by running the command:
  15. .. code:: bash
  16. sudo -H ./utils/searx.sh install all
  17. The installation is described in chapter :ref:`installation basic`.
  18. .. _searxng.sh overview:
  19. Overview
  20. ========
  21. The ``--help`` output of the script is largely self-explanatory:
  22. .. program-output:: ../utils/searxng.sh --help