[installation] Change to nightly
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>scmv — SeisComP Release documentation</title>
|
||||
<title>scmv — 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,12 +12,12 @@
|
||||
<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" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="next" title="scolv" href="scolv.html" />
|
||||
<link rel="next" title="scmvx" href="scmvx.html" />
|
||||
<link rel="prev" title="scmm" href="scmm.html" />
|
||||
</head>
|
||||
<body>
|
||||
@ -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>
|
||||
@ -43,7 +43,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="right">
|
||||
<a href="scolv.html" title="scolv"
|
||||
<a href="scmvx.html" title="scmvx"
|
||||
accesskey="N">
|
||||
next
|
||||
</a>
|
||||
@ -634,12 +634,14 @@ This option can be given more than once.</p>
|
||||
<dt class="sig sig-object std" id="cmdoption-scmv-content-type">
|
||||
<span class="sig-name descname"><span class="pre">--content-type</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-scmv-content-type" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Overrides configuration parameter <a class="reference internal" href="global.html#confval-connection.contentType"><code class="xref std std-confval docutils literal notranslate"><span class="pre">connection.contentType</span></code></a>.</p>
|
||||
<p>Default: <code class="docutils literal notranslate"><span class="pre">binary</span></code></p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scmv-start-stop-msg">
|
||||
<span class="sig-name descname"><span class="pre">--start-stop-msg</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-scmv-start-stop-msg" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Set sending of a start and a stop message.</p>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0</span></code></p>
|
||||
<p>Set sending of a start and a stop message.</p>
|
||||
</dd></dl>
|
||||
|
||||
</section>
|
||||
@ -691,12 +693,12 @@ can be queried with "--db-driver-list".</p>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scmv-I">
|
||||
<span id="cmdoption-scmv-record-url"></span><span class="sig-name descname"><span class="pre">-I</span></span><span class="sig-prename descclassname"></span><span class="sig-prename descclassname"><span class="pre">,</span> </span><span class="sig-name descname"><span class="pre">--record-url</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-scmv-I" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>The recordstream source URL, format:
|
||||
<dd><p>The RecordStream source URL. Format:
|
||||
[<a class="reference external" href="service://">service://</a>]location[#type].
|
||||
"service" is the name of the recordstream driver
|
||||
"service" is the name of the RecordStream driver
|
||||
which can be queried with "--record-driver-list".
|
||||
If "service" is not given, "<a class="reference external" href="file://">file://</a>" is
|
||||
used.</p>
|
||||
used and simply the name of a miniSEED file can be given.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std option">
|
||||
@ -717,7 +719,9 @@ used.</p>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scmv-city-xml">
|
||||
<span class="sig-name descname"><span class="pre">--city-xml</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-scmv-city-xml" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>The path to the cities XML file. This overrides the default
|
||||
<dd><p>Type: <em>file</em></p>
|
||||
<p>Values: <code class="docutils literal notranslate"><span class="pre">*.xml</span></code></p>
|
||||
<p>The path to the cities XML file. This overrides the default
|
||||
paths. Compare with the global parameter "citiesXML".</p>
|
||||
</dd></dl>
|
||||
|
||||
@ -817,8 +821,8 @@ Modes: groundmotion, qualitycontrol</p>
|
||||
</div>
|
||||
<div>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="scolv.html"
|
||||
title="next chapter">scolv</a></p>
|
||||
<p class="topless"><a href="scmvx.html"
|
||||
title="next chapter">scmvx</a></p>
|
||||
</div>
|
||||
<div role="note" aria-label="source link">
|
||||
<h3>This Page</h3>
|
||||
@ -839,7 +843,7 @@ Modes: groundmotion, qualitycontrol</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 © gempa GmbH, GFZ Potsdam.
|
||||
|
||||
Reference in New Issue
Block a user