diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-04-03 20:26:20 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-04-03 20:26:20 +0200 |
commit | e32b08f61681da42104bc94b7b3266e41a79c58b (patch) | |
tree | 23e91297686f15132e6bd6657c4a0340606eb776 /docs/utils | |
parent | 853be4e11cd8a82b6b08f04db1717329907a5aaf (diff) | |
download | searxng-e32b08f61681da42104bc94b7b3266e41a79c58b.tar.gz searxng-e32b08f61681da42104bc94b7b3266e41a79c58b.zip |
utils/morty.sh: add generic documentation
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/utils')
-rw-r--r-- | docs/utils/morty.sh.rst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/utils/morty.sh.rst b/docs/utils/morty.sh.rst index 2bdc4d9c8..34f0c9b5e 100644 --- a/docs/utils/morty.sh.rst +++ b/docs/utils/morty.sh.rst @@ -13,6 +13,7 @@ - :ref:`installation` - :ref:`architecture` + - :ref:`searx morty` To simplify installation and maintenance of a morty_ instance you can use the script :origin:`utils/morty.sh`. In most cases you will install morty_ simply by @@ -37,6 +38,34 @@ into this user account: To add morty to your searx instance read chapter :ref:`searx morty`. +Create user +=========== + +.. include:: ../../build/docs/includes/morty.rst + :start-after: START create user + :end-before: END create user + + +Install go +========== + +.. include:: ../../build/docs/includes/morty.rst + :start-after: START install go + :end-before: END install go + + +Install morty +============= + +Install morty software and systemd unit: + +.. include:: ../../build/docs/includes/morty.rst + :start-after: START install morty + :end-before: END install morty + +.. include:: ../../build/docs/includes/morty.rst + :start-after: START install systemd unit + :end-before: END install systemd unit Overview ======== |