searxng/docs/admin/installation-searx.rst
Markus Heiser 3aff2c19d1 docs: complement uwsgi documentation for all distros
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-04 12:22:20 +01:00

2.4 KiB

Step by step installation

Contents

Step by step installation with virtualenv. For Ubuntu, be sure to have enable universe repository.

Install packages

Hint

This installs also the packages needed by searx uwsgi

Create user

install searx & dependencies

Start a interactive shell from new created user and clone searx:

In the same shell create virtualenv:

To install searx's dependencies, exit the searx bash session you opened above and restart a new. Before install, first check if your virualenv was sourced from the login (~/.profile):

Tip

Open a second terminal for the configuration tasks and left the (searx)$ terminal open for the tasks below.

Configuration

Create a copy of the searx/settings.yml configuration file in system's /etc folder. Configure like shown below -- replace searx@\$(uname -n) with a name of your choice -- and/or edit /etc/searx/settings.yml if necessary.

Check

To check your searx setup, optional enable debugging and start the webapp. Searx looks at the exported environment $SEARX_SETTINGS_PATH for a configuration file.

If everything works fine, hit [CTRL-C] to stop the webapp and disable the debug option in settings.yml. You can now exit searx user bash (enter exit command twice). At this point searx is not demonized; uwsgi allows this.