mirror of
https://github.com/searxng/searxng.git
synced 2025-07-12 15:59:21 +02:00
docs: proofreading of all the installation topics
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
44edc92569
commit
ebde9d10fd
9 changed files with 46 additions and 81 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
======================
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
uwsgi
|
||||
=====
|
||||
|
||||
.. sidebar:: further read
|
||||
.. sidebar:: further reading
|
||||
|
||||
- `systemd.unit`_
|
||||
- `uWSGI Emperor`_
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue