mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
1.4 KiB
1.4 KiB
utils/searx.sh
further reading
installationarchitecturefiltron.sh
To simplify installation and maintenance of a searx instance you can use the script utils/searx.sh.
Install
In most cases you will install searx simply by running the command:
sudo -H ./utils/searx.sh install allThe script adds a ${SERVICE_USER} (default:searx) and installs searx into this user account. The installation is described in chapter installation basic.
Intranet Reverse Proxy
To install searx in your intranet HTTP server use:
sudo -H ./utils/searx.sh apache installWarning
This setup is not suitable for public instances, go on with reverse proxy!
apache
../../utils/templates/etc/apache2/sites-available/searx.conf:uwsgi
- language
apache
Ubuntu / debian
$ sudo -H apt install libapache2-mod-uwsgi
Arch Linux
$ sudo pacman -S uwsgiOverview
The --help output of the script is largely self-explanatory (toolboxing common):
../utils/searx.sh --help