diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2022-06-14 10:02:50 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-07-30 13:39:35 +0200 |
| commit | ed8a1690296cfc55f67dc0a4dac6dee06a47bd06 (patch) | |
| tree | c2d2a4c8e5369b4f9a65d12c23c2dd0cb05d58f0 /docs/admin/installation-switch2ng.rst | |
| parent | 782f73540e2d383ea122716507ccd9582918ab51 (diff) | |
[doc] update documentation of the installation procedures
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/admin/installation-switch2ng.rst')
| -rw-r--r-- | docs/admin/installation-switch2ng.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/admin/installation-switch2ng.rst b/docs/admin/installation-switch2ng.rst index 8863cd71e..0e25b960a 100644 --- a/docs/admin/installation-switch2ng.rst +++ b/docs/admin/installation-switch2ng.rst @@ -22,7 +22,11 @@ If your searx instance was installed *"Step by step"* or by the *"Installation scripts"*, you need to undo the installation procedure completely. If you have morty & filtron installed, it is recommended to uninstall these services also. In case of scripts, to uninstall use the scripts from the origin you installed -searx from. +searx from or try:: + + $ sudo -H ./utils/filtron.sh remve all + $ sudo -H ./utils/morty.sh remve all + $ sudo -H ./utils/searx.sh remve all If you have removed the old searx installation, clone from SearXNG and and start with your installation procedure (e.g. :ref:`installation scripts`): @@ -53,7 +57,7 @@ Once you have done your installation, you can run a SearXNG *check* procedure, to see if there are some left overs. In this example there exists a *old* ``/etc/searx/settings.yml``:: - $ sudo -H ./utils/searx.sh install check + $ sudo -H ./utils/searxng.sh instance check ============================ SearXNG (check installation) |