morty.sh.rst 841 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. _morty: https://github.com/asciimoo/morty
  2. .. _morty's README: https://github.com/asciimoo/morty
  3. .. _morty.sh:
  4. ==================
  5. ``utils/morty.sh``
  6. ==================
  7. .. sidebar:: further reading
  8. - :ref:`installation`
  9. - :ref:`architecture`
  10. To simplify installation and maintenance of a morty_ instance you can use the
  11. script :origin:`utils/morty.sh`. In most cases you will install morty_ simply by
  12. running the command:
  13. .. code:: bash
  14. sudo -H ./utils/morty.sh install all
  15. The script adds a ``${SERVICE_USER}`` (default:``morty``) and installs morty_
  16. into this user account.
  17. .. hint::
  18. To add morty to your searx instance read chapter :reF:`searx_morty`.
  19. Overview
  20. ========
  21. The ``--help`` output of the script is largely self-explanatory
  22. (:ref:`toolboxing common`):
  23. .. program-output:: ../utils/morty.sh --help