docs: proofreading of all the installation topics

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2020-04-09 15:04:23 +02:00
parent 44edc92569
commit ebde9d10fd
9 changed files with 46 additions and 81 deletions

View file

@ -4,12 +4,14 @@
Architecture
============
.. sidebar:: Tooling box
.. sidebar:: Further reading
- :ref:`searx & uwsgi <searx.sh>`
- :ref:`filtron <filtron.sh>`
- :ref:`reverse proxy`
- :ref:`morty <morty.sh>`
- Reverse Proxy: :ref:`Apache <apache searx site>` & :ref:`nginx <nginx searx
site>`
- Filtron: :ref:`searx filtron`
- Morty: :ref:`searx morty`
- uWSGI: :ref:`searx uwsgi`
- Searx: :ref:`installation basic`
Herein you will find some hints and suggestions about typical architectures of
searx infrastructures.

View file

@ -45,6 +45,22 @@ Install with apache
:local:
:backlinks: entry
----
**Install** :ref:`apache searx site` using :ref:`filtron.sh <filtron.sh overview>`
.. code:: bash
$ sudo -H ./utils/filtron.sh apache install
**Install** :ref:`apache searx site` using :ref:`morty.sh <morty.sh overview>`
.. code:: bash
$ sudo -H ./utils/morty.sh apache install
----
The apache HTTP server
======================

View file

@ -19,6 +19,14 @@ Install with nginx
.. _SCRIPT_NAME:
https://werkzeug.palletsprojects.com/en/1.0.x/wsgi/#werkzeug.wsgi.get_script_name
.. sidebar:: further reading
- nginx_
- `nginx beginners guide`_
- `nginx server configuration`_
- `Getting Started wiki`_
- `uWSGI support from nginx`_
.. contents:: Contents
:depth: 2
:local:

View file

@ -4,7 +4,7 @@
uwsgi
=====
.. sidebar:: further read
.. sidebar:: further reading
- `systemd.unit`_
- `uWSGI Emperor`_

View file

@ -31,7 +31,7 @@ and some maintenance tasks (alternatively you can create your own fork).
.. code:: bash
$ cd ~/Download
$ cd ~/Downloads
$ git clone https://github.com/asciimoo/searx searx
$ cd searx

View file

@ -5,6 +5,10 @@
How to setup result proxy
=========================
.. sidebar:: further reading
- :ref:`morty.sh`
.. _morty: https://github.com/asciimoo/morty
.. _morty's README: https://github.com/asciimoo/morty