2020-06-19 11:15:15 +02:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" / >
2020-09-30 10:35:05 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2020-06-19 11:15:15 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2020-07-25 18:33:36 +02:00
< title > utils/searx.sh — Searx Documentation (Searx-0.17.0.tex)< / title >
2020-06-19 11:15:15 +02:00
< link rel = "stylesheet" href = "../_static/searx.css" type = "text/css" / >
< link rel = "stylesheet" href = "../_static/pygments.css" type = "text/css" / >
2020-09-30 10:35:05 +02:00
< link rel = "stylesheet" type = "text/css" href = "../_static/sphinx_tabs/semantic-ui-2.4.1/segment.min.css" / >
< link rel = "stylesheet" type = "text/css" href = "../_static/sphinx_tabs/semantic-ui-2.4.1/menu.min.css" / >
< link rel = "stylesheet" type = "text/css" href = "../_static/sphinx_tabs/semantic-ui-2.4.1/tab.min.css" / >
< link rel = "stylesheet" type = "text/css" href = "../_static/sphinx_tabs/tabs.css" / >
2020-06-19 11:15:15 +02:00
< script id = "documentation_options" data-url_root = "../" src = "../_static/documentation_options.js" > < / script >
< script src = "../_static/jquery.js" > < / script >
< script src = "../_static/underscore.js" > < / script >
< script src = "../_static/doctools.js" > < / script >
< script src = "../_static/language_data.js" > < / script >
< link rel = "index" title = "Index" href = "../genindex.html" / >
< link rel = "search" title = "Search" href = "../search.html" / >
< link rel = "next" title = "utils/filtron.sh" href = "filtron.sh.html" / >
< link rel = "prev" title = "Tooling box utils/*" href = "index.html" / >
< script > DOCUMENTATION _OPTIONS . URL _ROOT = '../' ; < / script >
< / head > < body >
< div class = "related" role = "navigation" aria-label = "related navigation" >
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "../genindex.html" title = "General Index"
accesskey="I">index< / a > < / li >
2020-11-04 14:12:59 +01:00
< li class = "right" >
< a href = "../py-modindex.html" title = "Python Module Index"
>modules< / a > |< / li >
2020-06-19 11:15:15 +02:00
< li class = "right" >
< a href = "filtron.sh.html" title = "utils/filtron.sh"
accesskey="N">next< / a > |< / li >
< li class = "right" >
< a href = "index.html" title = "Tooling box utils/*"
accesskey="P">previous< / a > |< / li >
2020-07-25 18:33:36 +02:00
< li class = "nav-item nav-item-0" > < a href = "../index.html" > Searx Documentation (Searx-0.17.0.tex)< / a > » < / li >
2020-09-30 10:35:05 +02:00
< li class = "nav-item nav-item-1" > < a href = "index.html" accesskey = "U" > Tooling box < code class = "docutils literal notranslate" > < span class = "pre" > utils/*< / span > < / code > < / a > » < / li >
< li class = "nav-item nav-item-this" > < a href = "" > < code class = "docutils literal notranslate" > < span class = "pre" > utils/searx.sh< / span > < / code > < / a > < / li >
2020-06-19 11:15:15 +02:00
< / ul >
< / div >
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
< div class = "section" id = "utils-searx-sh" >
< span id = "searx-sh" > < / span > < h1 > < code class = "docutils literal notranslate" > < span class = "pre" > utils/searx.sh< / span > < / code > < a class = "headerlink" href = "#utils-searx-sh" title = "Permalink to this headline" > ¶< / a > < / h1 >
< div class = "sidebar" >
< p class = "sidebar-title" > further reading< / p >
< ul class = "simple" >
< li > < p > < a class = "reference internal" href = "../admin/architecture.html#architecture" > < span class = "std std-ref" > Architecture< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "../admin/installation.html#installation" > < span class = "std std-ref" > Installation< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "../admin/installation-nginx.html#installation-nginx" > < span class = "std std-ref" > Install with nginx< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "../admin/installation-apache.html#installation-apache" > < span class = "std std-ref" > Install with apache< / span > < / a > < / p > < / li >
< / ul >
< / div >
< p > To simplify installation and maintenance of a searx instance you can use the
2020-09-30 10:35:05 +02:00
script < a class = "reference external" href = "https://github.com/searx/searx/blob/master/utils/searx.sh" > git://utils/searx.sh< / a > .< / p >
2020-06-19 11:15:15 +02:00
< div class = "section" id = "install" >
< h2 > Install< a class = "headerlink" href = "#install" title = "Permalink to this headline" > ¶< / a > < / h2 >
< p > In most cases you will install searx simply by running the command:< / p >
< div class = "highlight-bash notranslate" > < div class = "highlight" > < pre > < span > < / span > sudo -H ./utils/searx.sh install all
< / pre > < / div >
< / div >
< p > The script adds a < code class = "docutils literal notranslate" > < span class = "pre" > ${SERVICE_USER}< / span > < / code > (default:< code class = "docutils literal notranslate" > < span class = "pre" > searx< / span > < / code > ) and installs searx
into this user account. The installation is described in chapter
< a class = "reference internal" href = "../admin/installation-searx.html#installation-basic" > < span class = "std std-ref" > Step by step installation< / span > < / a > .< / p >
< / div >
< div class = "section" id = "overview" >
< span id = "intranet-reverse-proxy" > < / span > < h2 > Overview< a class = "headerlink" href = "#overview" title = "Permalink to this headline" > ¶< / a > < / h2 >
< p > The < code class = "docutils literal notranslate" > < span class = "pre" > --help< / span > < / code > output of the script is largely self-explanatory
(< a class = "reference internal" href = "index.html#toolboxing-common" > < span class = "std std-ref" > Common commands & environment< / span > < / a > ):< / p >
2020-10-16 19:44:45 +02:00
< div class = "highlight-text notranslate" > < div class = "highlight" > < pre > < span > < / span > usage::
searx.sh shell
searx.sh install [all|user|searx-src|pyenv|uwsgi|packages|buildhost]
searx.sh update [searx]
searx.sh remove [all|user|pyenv|searx-src]
searx.sh activate [service]
searx.sh deactivate [service]
searx.sh inspect [service]
searx.sh option [debug-[on|off]|image-proxy-[on|off]|result-proxy < url> < key> ]
searx.sh apache [install|remove]
shell
start interactive shell from user searx
install / remove
:all: complete (de-) installation of searx service
:user: add/remove service user ' searx' (/usr/local/searx)
:searx-src: clone https://github.com/searx/searx
:pyenv: create/remove virtualenv (python) in /usr/local/searx/searx-pyenv
:uwsgi: install searx uWSGI application
2020-11-17 15:57:51 +01:00
:settings: reinstall settings from /home/runner/work/searx/searx/searx/settings.yml
2020-10-16 19:44:45 +02:00
:packages: install needed packages from OS package manager
:buildhost: install packages from OS package manager needed by buildhosts
update searx
Update searx installation (/usr/local/searx)
activate service
activate and start service daemon (systemd unit)
deactivate service
stop and deactivate service daemon (systemd unit)
inspect service
run some small tests and inspect service' s status and log
option
set one of the available options
apache
:install: apache site with the searx uwsgi app
:remove: apache site
searx settings: /etc/searx/settings.yml
If needed, set PUBLIC_URL of your WEB service in the ' .config.sh' file::
2020-11-17 15:57:51 +01:00
PUBLIC_URL : http://10.1.0.4/searx
SEARX_INSTANCE_NAME : searx@10.1.0.4
2020-10-16 19:44:45 +02:00
SERVICE_USER : searx
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
2020-06-19 11:15:15 +02:00
< / pre > < / div >
< / div >
< / div >
< / div >
2020-09-30 10:35:05 +02:00
< div class = "clearer" > < / div >
2020-06-19 11:15:15 +02:00
< / div >
< / div >
< / div >
< span id = "sidebar-top" > < / span >
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
< div class = "sphinxsidebarwrapper" >
< p class = "logo" > < a href = "../index.html" >
< img class = "logo" src = "../_static/searx_logo_small.png" alt = "Logo" / >
< / a > < / p >
< h3 > Project Links< / h3 >
< ul >
2020-09-30 10:35:05 +02:00
< li > < a href = "https://github.com/searx/searx" > Source< / a >
2020-06-19 11:15:15 +02:00
2020-09-30 10:35:05 +02:00
< li > < a href = "https://github.com/searx/searx/wiki" > Wiki< / a >
2020-06-19 11:15:15 +02:00
< li > < a href = "https://searx.space/" > Public instances< / a >
< li > < a href = "https://twitter.com/Searx_engine" > Twitter< / a >
< / ul > < h3 > Navigation< / h3 >
< ul >
< li > < a href = "../index.html" > Overview< / a >
< ul >
< li > < a href = "index.html" > Tooling box < code class = "docutils literal notranslate" > < span class = "pre" > utils/*< / span > < / code > < / a >
< ul >
< li > Previous: < a href = "index.html" title = "previous chapter" > Tooling box < code class = "docutils literal notranslate" > < span class = "pre" > utils/*< / span > < / code > < / a >
< li > Next: < a href = "filtron.sh.html" title = "next chapter" > < code class = "docutils literal notranslate" > < span class = "pre" > utils/filtron.sh< / span > < / code > < / a > < / ul >
< / li >
< / ul >
< / li >
< / ul >
< div id = "searchbox" style = "display: none" role = "search" >
< h3 id = "searchlabel" > Quick search< / h3 >
< div class = "searchformwrapper" >
< form class = "search" action = "../search.html" method = "get" >
< input type = "text" name = "q" aria-labelledby = "searchlabel" / >
< input type = "submit" value = "Go" / >
< / form >
< / div >
< / div >
< script > $ ( '#searchbox' ) . show ( 0 ) ; < / script >
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< div class = "footer" role = "contentinfo" >
© Copyright 2015-2020, Adam Tauber, Noémi Ványi.
2020-09-30 10:35:05 +02:00
Created using < a href = "https://www.sphinx-doc.org/" > Sphinx< / a > 3.2.1.
2020-06-19 11:15:15 +02:00
< / div >
< script src = "../_static/version_warning_offset.js" > < / script >
< / body >
< / html >