| 
									
										
										
										
											2020-02-03 13:25:51 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | .. _morty: https://github.com/asciimoo/morty
 | 
					
						
							|  |  |  | .. _morty's README: https://github.com/asciimoo/morty
 | 
					
						
							| 
									
										
										
										
											2020-03-30 18:47:01 +02:00
										 |  |  | .. _Go: https://golang.org/
 | 
					
						
							| 
									
										
										
										
											2020-02-03 13:25:51 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-04 13:13:17 +01:00
										 |  |  | .. _morty.sh:
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-03 13:25:51 +01:00
										 |  |  | ==================
 | 
					
						
							|  |  |  | ``utils/morty.sh``
 | 
					
						
							|  |  |  | ==================
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-04 13:13:17 +01:00
										 |  |  | .. sidebar:: further reading
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    - :ref:`architecture`
 | 
					
						
							| 
									
										
										
										
											2020-04-09 15:04:23 +02:00
										 |  |  |    - :ref:`installation` (:ref:`nginx <installation nginx>` & :ref:`apache
 | 
					
						
							|  |  |  |      <installation apache>`)
 | 
					
						
							| 
									
										
										
										
											2020-04-03 20:26:20 +02:00
										 |  |  |    - :ref:`searx morty`
 | 
					
						
							| 
									
										
										
										
											2020-02-04 13:13:17 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-03 13:25:51 +01:00
										 |  |  | 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
 | 
					
						
							|  |  |  | running the command:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .. code::  bash
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    sudo -H ./utils/morty.sh install all
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | The script adds a ``${SERVICE_USER}`` (default:``morty``) and installs morty_
 | 
					
						
							| 
									
										
										
										
											2020-03-30 18:47:01 +02:00
										 |  |  | into this user account:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #. Create a separated user account (``morty``).
 | 
					
						
							|  |  |  | #. Download and install Go_ binary in user's $HOME (``~morty``).
 | 
					
						
							|  |  |  | #. Install morty_ with the package management from Go_ (``go get -v -u
 | 
					
						
							|  |  |  |    github.com/asciimoo/morty``)
 | 
					
						
							|  |  |  | #. Setup a systemd service unit :origin:`[ref]
 | 
					
						
							|  |  |  |    <utils/templates/lib/systemd/system/morty.service>`
 | 
					
						
							|  |  |  |    (``/lib/systemd/system/morty.service``).
 | 
					
						
							| 
									
										
										
										
											2020-02-03 13:25:51 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | .. hint::
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-06 14:47:00 +01:00
										 |  |  |    To add morty to your searx instance read chapter :ref:`searx morty`.
 | 
					
						
							| 
									
										
										
										
											2020-02-03 13:25:51 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-03 20:26:20 +02:00
										 |  |  | Create user
 | 
					
						
							|  |  |  | ===========
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-18 18:52:45 +02:00
										 |  |  | .. kernel-include:: $DOCS_BUILD/includes/morty.rst
 | 
					
						
							| 
									
										
										
										
											2020-04-03 20:26:20 +02:00
										 |  |  |    :start-after: START create user
 | 
					
						
							|  |  |  |    :end-before: END create user
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Install go
 | 
					
						
							|  |  |  | ==========
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-18 18:52:45 +02:00
										 |  |  | .. kernel-include:: $DOCS_BUILD/includes/morty.rst
 | 
					
						
							| 
									
										
										
										
											2020-04-03 20:26:20 +02:00
										 |  |  |    :start-after: START install go
 | 
					
						
							|  |  |  |    :end-before: END install go
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Install morty
 | 
					
						
							|  |  |  | =============
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Install morty software and systemd unit:
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-18 18:52:45 +02:00
										 |  |  | .. kernel-include:: $DOCS_BUILD/includes/morty.rst
 | 
					
						
							| 
									
										
										
										
											2020-04-03 20:26:20 +02:00
										 |  |  |    :start-after: START install morty
 | 
					
						
							|  |  |  |    :end-before: END install morty
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-18 18:52:45 +02:00
										 |  |  | .. kernel-include:: $DOCS_BUILD/includes/morty.rst
 | 
					
						
							| 
									
										
										
										
											2020-04-03 20:26:20 +02:00
										 |  |  |    :start-after: START install systemd unit
 | 
					
						
							|  |  |  |    :end-before: END install systemd unit
 | 
					
						
							| 
									
										
										
										
											2020-02-03 13:25:51 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-09 15:04:23 +02:00
										 |  |  | .. _morty.sh overview:
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-04 13:13:17 +01:00
										 |  |  | Overview
 | 
					
						
							|  |  |  | ========
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | The ``--help`` output of the script is largely self-explanatory
 | 
					
						
							|  |  |  | (:ref:`toolboxing common`):
 | 
					
						
							| 
									
										
										
										
											2020-02-03 13:25:51 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | .. program-output:: ../utils/morty.sh --help
 | 
					
						
							|  |  |  | 
 |