1
0
This commit is contained in:
erikjohnston
2022-09-06 18:02:25 +00:00
parent 75a890ac3f
commit 45fcf7532c
6 changed files with 42 additions and 4 deletions

View File

@@ -277,6 +277,9 @@ and mounting it to <code>/var/synapse</code> should be taken into consideration.
<li>Python 3.7 or later, up to Python 3.10.</li>
<li>At least 1GB of free RAM if you want to join large public rooms like #matrix:matrix.org</li>
</ul>
<p>If building on an uncommon architecture for which pre-built wheels are
unavailable, you will need to have a recent Rust compiler installed. The easiest
way of installing the latest version is to use <a href="https://rustup.rs/">rustup</a>.</p>
<p>To install the Synapse homeserver run:</p>
<pre><code class="language-sh">mkdir -p ~/synapse
virtualenv -p python3 ~/synapse/env