[installation] Change to nightly

This commit is contained in:
2025-10-30 12:04:59 +01:00
parent 2ff097f9d1
commit a31bc45cce
1441 changed files with 60368 additions and 56360 deletions

View File

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>System management &#8212; SeisComP Release documentation</title>
<title>System management &#8212; SeisComP Development documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/seiscomp.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=72bcf2f2" />
@ -12,7 +12,7 @@
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=eafc0fe6" />
<script type="text/javascript" src="../_static/seiscomp.js"></script>
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=823bb831"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=744d344a"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<link rel="index" title="Index" href="../genindex.html" />
@ -25,8 +25,8 @@
<div class="container">
<div class="brand">
<img class="logo" src="../_static/brands/seiscomp/text/white.svg"/>
<!-- span class="title">SeisComP Release</span -->
<span class="version">6.9.0</span>
<!-- span class="title">SeisComP Development</span -->
<span class="version">7.0.0</span>
</div>
</div>
</div>
@ -130,10 +130,41 @@ for each module passed.</p>
<p>Prints help on commands.</p>
</li>
<li><p><strong>install-deps</strong> [packages]</p>
<p>Installs 3rd party packages on which <cite>SeisComP</cite> depends such as MariaDB or MySQL.
<p>Installs 3rd-party packages on which <cite>SeisComP</cite> depends such as MariaDB or MySQL.
This is currently only supported for major Linux distributions. A list of packages
needs to be given. Available packages are: <strong>base</strong>, <strong>GUI</strong>,
<strong>mariadb-server</strong>, <strong>postgresql-server</strong>, <strong>fdsnws</strong>.</p>
needs to be given. Available packages are defined in BASH scripts located in
<code class="file docutils literal notranslate"><span class="pre">&#64;DATADIR&#64;/deps/[os]/[version]/install-[name].sh</span></code>:</p>
<table class="docutils align-left">
<colgroup>
<col style="width: 40.0%" />
<col style="width: 60.0%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Package name</p></th>
<th class="head"><p>Installation</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>base</p></td>
<td><p>Base libraries needed for all <cite>SeisComP</cite> module</p></td>
</tr>
<tr class="row-odd"><td><p>gui</p></td>
<td><p>Libraries for running graphical interfaces</p></td>
</tr>
<tr class="row-even"><td><p>mariadb-server/mysql-sever</p></td>
<td><p>Mariadb/MySQL server</p></td>
</tr>
<tr class="row-odd"><td><p>postgresql-server</p></td>
<td><p>Postgresql server</p></td>
</tr>
<tr class="row-even"><td><p>fdsnws</p></td>
<td><p>Python modules for running FDSNWS</p></td>
</tr>
<tr class="row-odd"><td><p>iloc</p></td>
<td><p>Auxiliary files for <a class="reference internal" href="../apps/global_iloc.html#global-iloc"><span class="std std-ref">iLoc</span></a> from <span id="id2"><em>iLoc source code</em> [<a class="reference internal" href="references.html#id169" title="iLoc source code. GitHub. URL: https://github.com/IstvanBondar/iLoc.">34</a>]</span></p></td>
</tr>
</tbody>
</table>
<ol class="arabic">
<li><p>Install only base system dependencies:</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>seiscomp<span class="w"> </span>install-deps<span class="w"> </span>base
@ -159,6 +190,11 @@ needs to be given. Available packages are: <strong>base</strong>, <strong>GUI</s
</pre></div>
</div>
</li>
<li><p>For using <a class="reference internal" href="../apps/global_iloc.html#global-iloc"><span class="std std-ref">iLoc</span></a>:</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>seiscomp<span class="w"> </span>install-deps<span class="w"> </span>iloc
</pre></div>
</div>
</li>
</ol>
</li>
<li><p><strong>list</strong> modules|aliases|enabled|disabled</p>
@ -262,7 +298,7 @@ network</p>
/home/sysop/seiscomp/etc/key/seedlink/profile_geofon
--------------------------------------------------------------------------------
<span class="nv">sources</span><span class="w"> </span><span class="o">=</span><span class="w"> </span>chain
sources.chain.address<span class="w"> </span><span class="o">=</span><span class="w"> </span>geofon.gfz-potsdam.de
sources.chain.address<span class="w"> </span><span class="o">=</span><span class="w"> </span>geofon.gfz.de
sources.chain.port<span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="m">18000</span>
--------------------------------------------------------------------------------
@ -520,7 +556,7 @@ modules.</p>
</a>
<div class="stretched align-center fitted content">
<div>
Version <b>6.9.0</b> Release
Version <b>7.0.0</b> Development
</div>
<div class="copyright">
Copyright &copy; gempa GmbH, GFZ Potsdam.