mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
deploy: bdcc9fa388
This commit is contained in:
parent
c95bdbf761
commit
e489513743
4 changed files with 6 additions and 6 deletions
|
@ -11649,10 +11649,10 @@ recommend the use of <code>systemd</code> where available: for information on se
|
|||
<h2 id="start-synapse-with-poetry"><a class="header" href="#start-synapse-with-poetry">Start Synapse with Poetry</a></h2>
|
||||
<p>The following applies to Synapse installations that have been installed from source using <code>poetry</code>.</p>
|
||||
<p>You can start the main Synapse process with Poetry by running the following command:</p>
|
||||
<pre><code class="language-console">poetry run synapse_homeserver --config-file [your homeserver.yaml]
|
||||
<pre><code class="language-console">poetry run synapse_homeserver --config-path [your homeserver.yaml]
|
||||
</code></pre>
|
||||
<p>For worker setups, you can run the following command</p>
|
||||
<pre><code class="language-console">poetry run synapse_worker --config-file [your homeserver.yaml] --config-file [your worker.yaml]
|
||||
<pre><code class="language-console">poetry run synapse_worker --config-path [your homeserver.yaml] --config-path [your worker.yaml]
|
||||
</code></pre>
|
||||
<h2 id="available-worker-applications"><a class="header" href="#available-worker-applications">Available worker applications</a></h2>
|
||||
<h3 id="synapseappgeneric_worker"><a class="header" href="#synapseappgeneric_worker"><code>synapse.app.generic_worker</code></a></h3>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -312,10 +312,10 @@ recommend the use of <code>systemd</code> where available: for information on se
|
|||
<h2 id="start-synapse-with-poetry"><a class="header" href="#start-synapse-with-poetry">Start Synapse with Poetry</a></h2>
|
||||
<p>The following applies to Synapse installations that have been installed from source using <code>poetry</code>.</p>
|
||||
<p>You can start the main Synapse process with Poetry by running the following command:</p>
|
||||
<pre><code class="language-console">poetry run synapse_homeserver --config-file [your homeserver.yaml]
|
||||
<pre><code class="language-console">poetry run synapse_homeserver --config-path [your homeserver.yaml]
|
||||
</code></pre>
|
||||
<p>For worker setups, you can run the following command</p>
|
||||
<pre><code class="language-console">poetry run synapse_worker --config-file [your homeserver.yaml] --config-file [your worker.yaml]
|
||||
<pre><code class="language-console">poetry run synapse_worker --config-path [your homeserver.yaml] --config-path [your worker.yaml]
|
||||
</code></pre>
|
||||
<h2 id="available-worker-applications"><a class="header" href="#available-worker-applications">Available worker applications</a></h2>
|
||||
<h3 id="synapseappgeneric_worker"><a class="header" href="#synapseappgeneric_worker"><code>synapse.app.generic_worker</code></a></h3>
|
||||
|
|
Loading…
Reference in a new issue