morty.sh.rst 714 B

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