morty.sh.rst 816 B

1234567891011121314151617181920212223242526272829303132333435363738
  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:`architecture`
  9. To simplify installation and maintenance of a morty_ instance you can use the
  10. script :origin:`utils/morty.sh`. In most cases you will install morty_ simply by
  11. running the command:
  12. .. code:: bash
  13. sudo -H ./utils/morty.sh install all
  14. The script adds a ``${SERVICE_USER}`` (default:``morty``) and installs morty_
  15. into this user account.
  16. .. hint::
  17. To add morty to your searx instance read chapter :reF:`searx_morty`.
  18. Overview
  19. ========
  20. The ``--help`` output of the script is largely self-explanatory
  21. (:ref:`toolboxing common`):
  22. .. program-output:: ../utils/morty.sh --help