mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-18 00:43:30 +03:00
deploy: 074ef4d75f
This commit is contained in:
parent
121d513dd2
commit
cb1c2cb4dd
4 changed files with 4 additions and 2 deletions
|
@ -214,6 +214,7 @@ poetry install --extras all
|
|||
</code></pre>
|
||||
<p>This will install the runtime and developer dependencies for the project. Be sure to check
|
||||
that the <code>poetry install</code> step completed cleanly.</p>
|
||||
<p>For OSX users, be sure to set <code>PKG_CONFIG_PATH</code> to support <code>icu4c</code>. Run <code>brew info icu4c</code> for more details.</p>
|
||||
<h2 id="running-synapse-via-poetry"><a class="header" href="#running-synapse-via-poetry">Running Synapse via poetry</a></h2>
|
||||
<p>To start a local instance of Synapse in the locked poetry environment, create a config file:</p>
|
||||
<pre><code class="language-sh">cp docs/sample_config.yaml homeserver.yaml
|
||||
|
|
|
@ -16570,6 +16570,7 @@ poetry install --extras all
|
|||
</code></pre>
|
||||
<p>This will install the runtime and developer dependencies for the project. Be sure to check
|
||||
that the <code>poetry install</code> step completed cleanly.</p>
|
||||
<p>For OSX users, be sure to set <code>PKG_CONFIG_PATH</code> to support <code>icu4c</code>. Run <code>brew info icu4c</code> for more details.</p>
|
||||
<h2 id="running-synapse-via-poetry"><a class="header" href="#running-synapse-via-poetry">Running Synapse via poetry</a></h2>
|
||||
<p>To start a local instance of Synapse in the locked poetry environment, create a config file:</p>
|
||||
<pre><code class="language-sh">cp docs/sample_config.yaml homeserver.yaml
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue