update-searx.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .. _update searx:
  2. =============
  3. How to update
  4. =============
  5. How to update depends on the :ref:`installation` method. If you have used the
  6. :ref:`installation scripts`, use ``update`` command from the scripts.
  7. **Update** :ref:`searx service <searx.sh>`
  8. .. code:: sh
  9. sudo -H ./utils/searx.sh update searx
  10. **Update** :ref:`filtron reverse proxy <filtron.sh>`
  11. .. code:: sh
  12. sudo -H ./utils/filtron.sh update filtron
  13. **Update** :ref:`result proxy <morty.sh>`
  14. .. code:: bash
  15. sudo -H ./utils/morty.sh update morty
  16. .. _inspect searx:
  17. ======================
  18. How to inspect & debug
  19. ======================
  20. .. sidebar:: further read
  21. - :ref:`toolboxing`
  22. - :ref:`Makefile`
  23. How to debug depends on the :ref:`installation` method. If you have used the
  24. :ref:`installation scripts`, use ``inspect`` command from the scripts.
  25. **Inspect** :ref:`searx service <searx.sh>`
  26. .. code:: sh
  27. sudo -H ./utils/searx.sh inspect service
  28. **Inspect** :ref:`filtron reverse proxy <filtron.sh>`
  29. .. code:: sh
  30. sudo -H ./utils/filtron.sh inspect service
  31. **Inspect** :ref:`result proxy <morty.sh>`
  32. .. code:: bash
  33. sudo -H ./utils/morty.sh inspect service