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>
|
2020-06-19 11:15:15 +02:00
|
|
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
2021-01-05 16:45:49 +01:00
|
|
|
<link rel="stylesheet" href="../_static/searx.css" type="text/css" />
|
2021-02-17 20:54:37 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="../_static/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>
|
2021-02-17 20:54:37 +01:00
|
|
|
<script src="../_static/tabs.js"></script>
|
2020-06-19 11:15:15 +02:00
|
|
|
<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" />
|
|
|
|
<link rel="prev" title="Docker installation" href="installation-docker.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="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>
|
|
|
|
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>sudo -H -u searx -i
|
|
|
|
<span class="o">(</span>searx<span class="o">)</span>$ git stash
|
|
|
|
<span class="o">(</span>searx<span class="o">)</span>$ git pull origin master
|
|
|
|
<span class="o">(</span>searx<span class="o">)</span>$ git stash apply
|
|
|
|
<span class="o">(</span>searx<span class="o">)</span>$ ./manage.sh update_packages
|
|
|
|
</pre></div>
|
|
|
|
</div>
|
|
|
|
<p>Restart uwsgi:</p>
|
|
|
|
<div class="sphinx-tabs docutils container">
|
2021-03-12 20:15:53 +01:00
|
|
|
<div aria-label="Tabbed content" class="closeable" role="tablist"><button aria-controls="panel-0-VWJ1bnR1IC8gZGViaWFu" aria-selected="true" class="sphinx-tabs-tab group-tab" id="tab-0-VWJ1bnR1IC8gZGViaWFu" name="VWJ1bnR1IC8gZGViaWFu" role="tab" tabindex="0">Ubuntu / debian</button></div><div aria-labelledby="tab-0-VWJ1bnR1IC8gZGViaWFu" class="sphinx-tabs-panel group-tab" id="panel-0-VWJ1bnR1IC8gZGViaWFu" name="VWJ1bnR1IC8gZGViaWFu" role="tabpanel" tabindex="0"><div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>sudo -H systemctl restart uwsgi
|
2020-06-19 11:15:15 +02:00
|
|
|
</pre></div>
|
|
|
|
</div>
|
2021-02-17 20:54:37 +01:00
|
|
|
</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>
|
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">
|
|
|
|
<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.
|
2021-04-21 18:14:58 +02:00
|
|
|
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.5.3.
|
2020-06-19 11:15:15 +02:00
|
|
|
</div>
|
|
|
|
<script src="../_static/version_warning_offset.js"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|