deploy: a1cb05b3e8
This commit is contained in:
parent
fc2f7819e1
commit
51d81be36a
|
@ -150,7 +150,7 @@
|
||||||
<p><strong>DO NOT USE THESE DEMO SERVERS IN PRODUCTION</strong></p>
|
<p><strong>DO NOT USE THESE DEMO SERVERS IN PRODUCTION</strong></p>
|
||||||
<p>Requires you to have a <a href="https://matrix-org.github.io/synapse/develop/development/contributing_guide.html#4-install-the-dependencies">Synapse development environment setup</a>.</p>
|
<p>Requires you to have a <a href="https://matrix-org.github.io/synapse/develop/development/contributing_guide.html#4-install-the-dependencies">Synapse development environment setup</a>.</p>
|
||||||
<p>The demo setup allows running three federation Synapse servers, with server
|
<p>The demo setup allows running three federation Synapse servers, with server
|
||||||
names <code>localhost:8080</code>, <code>localhost:8081</code>, and <code>localhost:8082</code>.</p>
|
names <code>localhost:8480</code>, <code>localhost:8481</code>, and <code>localhost:8482</code>.</p>
|
||||||
<p>You can access them via any Matrix client over HTTP at <code>localhost:8080</code>,
|
<p>You can access them via any Matrix client over HTTP at <code>localhost:8080</code>,
|
||||||
<code>localhost:8081</code>, and <code>localhost:8082</code> or over HTTPS at <code>localhost:8480</code>,
|
<code>localhost:8081</code>, and <code>localhost:8082</code> or over HTTPS at <code>localhost:8480</code>,
|
||||||
<code>localhost:8481</code>, and <code>localhost:8482</code>.</p>
|
<code>localhost:8481</code>, and <code>localhost:8482</code>.</p>
|
||||||
|
@ -162,9 +162,10 @@ and the servers are configured in a highly insecure way, including:</p>
|
||||||
</ul>
|
</ul>
|
||||||
<p>The servers are configured to store their data under <code>demo/8080</code>, <code>demo/8081</code>, and
|
<p>The servers are configured to store their data under <code>demo/8080</code>, <code>demo/8081</code>, and
|
||||||
<code>demo/8082</code>. This includes configuration, logs, SQLite databases, and media.</p>
|
<code>demo/8082</code>. This includes configuration, logs, SQLite databases, and media.</p>
|
||||||
<p>Note that when joining a public room on a different HS via "#foo:bar.net", then
|
<p>Note that when joining a public room on a different homeserver via "#foo:bar.net",
|
||||||
you are (in the current impl) joining a room with room_id "foo". This means that
|
then you are (in the current implementation) joining a room with room_id "foo".
|
||||||
it won't work if your HS already has a room with that name.</p>
|
This means that it won't work if your homeserver already has a room with that
|
||||||
|
name.</p>
|
||||||
<h2 id="using-the-demo-scripts"><a class="header" href="#using-the-demo-scripts">Using the demo scripts</a></h2>
|
<h2 id="using-the-demo-scripts"><a class="header" href="#using-the-demo-scripts">Using the demo scripts</a></h2>
|
||||||
<p>There's three main scripts with straightforward purposes:</p>
|
<p>There's three main scripts with straightforward purposes:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -17033,7 +17033,7 @@ the history of Synapse), we've had two releases in flight at once. Obviously,
|
||||||
<p><strong>DO NOT USE THESE DEMO SERVERS IN PRODUCTION</strong></p>
|
<p><strong>DO NOT USE THESE DEMO SERVERS IN PRODUCTION</strong></p>
|
||||||
<p>Requires you to have a <a href="https://matrix-org.github.io/synapse/develop/development/contributing_guide.html#4-install-the-dependencies">Synapse development environment setup</a>.</p>
|
<p>Requires you to have a <a href="https://matrix-org.github.io/synapse/develop/development/contributing_guide.html#4-install-the-dependencies">Synapse development environment setup</a>.</p>
|
||||||
<p>The demo setup allows running three federation Synapse servers, with server
|
<p>The demo setup allows running three federation Synapse servers, with server
|
||||||
names <code>localhost:8080</code>, <code>localhost:8081</code>, and <code>localhost:8082</code>.</p>
|
names <code>localhost:8480</code>, <code>localhost:8481</code>, and <code>localhost:8482</code>.</p>
|
||||||
<p>You can access them via any Matrix client over HTTP at <code>localhost:8080</code>,
|
<p>You can access them via any Matrix client over HTTP at <code>localhost:8080</code>,
|
||||||
<code>localhost:8081</code>, and <code>localhost:8082</code> or over HTTPS at <code>localhost:8480</code>,
|
<code>localhost:8081</code>, and <code>localhost:8082</code> or over HTTPS at <code>localhost:8480</code>,
|
||||||
<code>localhost:8481</code>, and <code>localhost:8482</code>.</p>
|
<code>localhost:8481</code>, and <code>localhost:8482</code>.</p>
|
||||||
|
@ -17045,9 +17045,10 @@ and the servers are configured in a highly insecure way, including:</p>
|
||||||
</ul>
|
</ul>
|
||||||
<p>The servers are configured to store their data under <code>demo/8080</code>, <code>demo/8081</code>, and
|
<p>The servers are configured to store their data under <code>demo/8080</code>, <code>demo/8081</code>, and
|
||||||
<code>demo/8082</code>. This includes configuration, logs, SQLite databases, and media.</p>
|
<code>demo/8082</code>. This includes configuration, logs, SQLite databases, and media.</p>
|
||||||
<p>Note that when joining a public room on a different HS via "#foo:bar.net", then
|
<p>Note that when joining a public room on a different homeserver via "#foo:bar.net",
|
||||||
you are (in the current impl) joining a room with room_id "foo". This means that
|
then you are (in the current implementation) joining a room with room_id "foo".
|
||||||
it won't work if your HS already has a room with that name.</p>
|
This means that it won't work if your homeserver already has a room with that
|
||||||
|
name.</p>
|
||||||
<h2 id="using-the-demo-scripts"><a class="header" href="#using-the-demo-scripts">Using the demo scripts</a></h2>
|
<h2 id="using-the-demo-scripts"><a class="header" href="#using-the-demo-scripts">Using the demo scripts</a></h2>
|
||||||
<p>There's three main scripts with straightforward purposes:</p>
|
<p>There's three main scripts with straightforward purposes:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
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 New Issue