File: update-searx.rst

package info (click to toggle)
searx 1.1.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,644 kB
  • sloc: python: 16,545; sh: 3,842; javascript: 2,104; xml: 1,071; makefile: 118
file content (59 lines) | stat: -rw-r--r-- 1,170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.. _update searx:

=============
How to update
=============

How to update depends on the :ref:`installation` method.  If you have used the
:ref:`installation scripts`, use ``update`` command from the scripts.

**Update** :ref:`searx service <searx.sh>`

.. code:: sh

    sudo -H ./utils/searx.sh update searx

**Update** :ref:`filtron reverse proxy <filtron.sh>`

.. code:: sh

    sudo -H ./utils/filtron.sh update filtron

**Update** :ref:`result proxy <morty.sh>`

.. code:: bash

    sudo -H ./utils/morty.sh update morty

.. _inspect searx:

======================
How to inspect & debug
======================

.. sidebar:: further read

   - :ref:`toolboxing`
   - :ref:`Makefile`

How to debug depends on the :ref:`installation` method.  If you have used the
:ref:`installation scripts`, use ``inspect`` command from the scripts.

**Inspect** :ref:`searx service <searx.sh>`

.. code:: sh

    sudo -H ./utils/searx.sh inspect service

**Inspect** :ref:`filtron reverse proxy <filtron.sh>`

.. code:: sh

    sudo -H ./utils/filtron.sh inspect service

**Inspect** :ref:`result proxy <morty.sh>`

.. code:: bash

    sudo -H ./utils/morty.sh inspect service