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" >
2021-03-27 20:39:04 +01:00
< title > How to update — Searx Documentation (Searx-1.0.0.tex)< / title >
2021-08-14 22:50:30 +02:00
< link rel = "stylesheet" type = "text/css" href = "../_static/pygments.css" / >
< link rel = "stylesheet" type = "text/css" href = "../_static/searx.css" / >
2021-02-17 20:54:37 +01:00
< link rel = "stylesheet" type = "text/css" href = "../_static/tabs.css" / >
2021-08-14 22:50:30 +02:00
< script data-url_root = "../" id = "documentation_options" src = "../_static/documentation_options.js" > < / script >
2020-06-19 11:15:15 +02:00
< script src = "../_static/jquery.js" > < / script >
< script src = "../_static/underscore.js" > < / script >
< script src = "../_static/doctools.js" > < / script >
< link rel = "index" title = "Index" href = "../genindex.html" / >
< link rel = "search" title = "Search" href = "../search.html" / >
< link rel = "next" title = "settings.yml" href = "settings.html" / >
2022-01-16 21:46:04 +01:00
< link rel = "prev" title = "Docker installation" href = "installation-docker.html" / >
2020-06-19 11:15:15 +02:00
< / 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 = "settings.html" title = "settings.yml"
accesskey="N">next< / a > |< / li >
< li class = "right" >
< a href = "installation-docker.html" title = "Docker installation"
accesskey="P">previous< / a > |< / li >
2021-03-27 20:39:04 +01:00
< li class = "nav-item nav-item-0" > < a href = "../index.html" > Searx Documentation (Searx-1.0.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" > Administrator documentation< / a > » < / li >
< li class = "nav-item nav-item-this" > < a href = "" > How to update< / 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" >
2021-04-08 19:47:22 +02:00
< div class = "section" id = "how-to-update" >
2020-06-19 11:15:15 +02:00
< span id = "update-searx" > < / span > < h1 > How to update< a class = "headerlink" href = "#how-to-update" title = "Permalink to this headline" > ¶< / a > < / h1 >
2021-04-29 21:55:44 +02:00
< p > How to update depends on the < a class = "reference internal" href = "installation.html#installation" > < span class = "std std-ref" > Installation< / span > < / a > method. If you have used the
< a class = "reference internal" href = "installation.html#installation-scripts" > < span class = "std std-ref" > Installation scripts< / span > < / a > , use < code class = "docutils literal notranslate" > < span class = "pre" > update< / span > < / code > command from the scripts.< / p >
< p > < strong > Update< / strong > < a class = "reference internal" href = "../utils/searx.sh.html#searx-sh" > < span class = "std std-ref" > searx service< / span > < / a > < / p >
< div class = "highlight-sh notranslate" > < div class = "highlight" > < pre > < span > < / span > sudo -H ./utils/searx.sh update searx
2020-06-19 11:15:15 +02:00
< / pre > < / div >
< / div >
2021-04-29 21:55:44 +02:00
< p > < strong > Update< / strong > < a class = "reference internal" href = "../utils/filtron.sh.html#filtron-sh" > < span class = "std std-ref" > filtron reverse proxy< / span > < / a > < / p >
< div class = "highlight-sh notranslate" > < div class = "highlight" > < pre > < span > < / span > sudo -H ./utils/filtron.sh update filtron
< / pre > < / div >
< / div >
< p > < strong > Update< / strong > < a class = "reference internal" href = "../utils/morty.sh.html#morty-sh" > < span class = "std std-ref" > result proxy< / span > < / a > < / p >
2021-09-05 20:20:35 +02:00
< div class = "highlight-bash notranslate" > < div class = "highlight" > < pre > < span > < / span > sudo -H ./utils/morty.sh update morty
2021-04-29 21:55:44 +02:00
< / pre > < / div >
< / div >
< / div >
< div class = "section" id = "how-to-inspect-debug" >
< span id = "inspect-searx" > < / span > < h1 > How to inspect & debug< a class = "headerlink" href = "#how-to-inspect-debug" title = "Permalink to this headline" > ¶< / a > < / h1 >
< div class = "sidebar" >
< p class = "sidebar-title" > further read< / p >
< ul class = "simple" >
< li > < p > < a class = "reference internal" href = "../utils/index.html#toolboxing" > < span class = "std std-ref" > Admin’ s tooling box< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "../dev/makefile.html#makefile" > < span class = "std std-ref" > Makefile< / span > < / a > < / p > < / li >
< / ul >
< / div >
< p > How to debug depends on the < a class = "reference internal" href = "installation.html#installation" > < span class = "std std-ref" > Installation< / span > < / a > method. If you have used the
< a class = "reference internal" href = "installation.html#installation-scripts" > < span class = "std std-ref" > Installation scripts< / span > < / a > , use < code class = "docutils literal notranslate" > < span class = "pre" > inspect< / span > < / code > command from the scripts.< / p >
< p > < strong > Inspect< / strong > < a class = "reference internal" href = "../utils/searx.sh.html#searx-sh" > < span class = "std std-ref" > searx service< / span > < / a > < / p >
< div class = "highlight-sh notranslate" > < div class = "highlight" > < pre > < span > < / span > sudo -H ./utils/searx.sh inspect service
< / pre > < / div >
< / div >
< p > < strong > Inspect< / strong > < a class = "reference internal" href = "../utils/filtron.sh.html#filtron-sh" > < span class = "std std-ref" > filtron reverse proxy< / span > < / a > < / p >
< div class = "highlight-sh notranslate" > < div class = "highlight" > < pre > < span > < / span > sudo -H ./utils/filtron.sh inspect service
< / pre > < / div >
< / div >
< p > < strong > Inspect< / strong > < a class = "reference internal" href = "../utils/morty.sh.html#morty-sh" > < span class = "std std-ref" > result proxy< / span > < / a > < / p >
2021-09-05 20:20:35 +02:00
< div class = "highlight-bash notranslate" > < div class = "highlight" > < pre > < span > < / span > sudo -H ./utils/morty.sh inspect service
2020-06-19 11:15:15 +02:00
< / pre > < / div >
< / div >
2021-04-08 19:47:22 +02:00
< / div >
2020-06-19 11:15:15 +02:00
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 >
2021-09-19 18:49:20 +02:00
< li > < a href = "blog/index.html" > Blog< / a >
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
2021-01-12 10:55:12 +01:00
< li > < a href = "https://searx.space" > Public instances< / a >
2020-06-19 11:15:15 +02:00
< li > < a href = "https://twitter.com/Searx_engine" > Twitter< / a >
2021-01-12 10:55:12 +01:00
< li > < a href = "https://github.com/searx/searx/issues" > Issue Tracker< / a >
2020-06-19 11:15:15 +02:00
< / ul > < h3 > Navigation< / h3 >
< ul >
< li > < a href = "../index.html" > Overview< / a >
< ul >
< li > < a href = "index.html" > Administrator documentation< / a >
< ul >
< li > Previous: < a href = "installation-docker.html" title = "previous chapter" > Docker installation< / a >
< li > Next: < a href = "settings.html" title = "next chapter" > < code class = "docutils literal notranslate" > < span class = "pre" > settings.yml< / 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" >
2021-08-14 22:50:30 +02:00
< input type = "text" name = "q" aria-labelledby = "searchlabel" autocomplete = "off" autocorrect = "off" autocapitalize = "off" spellcheck = "false" / >
2020-06-19 11:15:15 +02:00
< 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" >
2021-09-19 18:49:20 +02:00
© Copyright 2015-2021, Adam Tauber, Noémi Ványi.
2022-01-15 23:12:47 +01:00
Created using < a href = "https://www.sphinx-doc.org/" > Sphinx< / a > 4.3.2.
2020-06-19 11:15:15 +02:00
< / div >
< script src = "../_static/version_warning_offset.js" > < / script >
< / body >
< / html >