searxng.sh.rst 796 B

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