This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Commit 41abaf6 1 parent a374b01 commit 41abaf6 Copy full SHA for 41abaf6
File tree 4 files changed +6
-1
lines changed
4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -312,6 +312,9 @@ We recommend using the demo which starts 3 federated instances running on ports
312
312
313
313
(to stop, you can use `./demo/stop.sh `)
314
314
315
+ See the [demo documentation](https://matrix-org.github.io/synapse/develop/development/demo.html)
316
+ for more information.
317
+
315
318
If you just want to start a single instance of the app and run it directly::
316
319
317
320
# Create the homeserver.yaml config once
Original file line number Diff line number Diff line change 82
82
- [ Release Cycle] ( development/releases.md )
83
83
- [ Git Usage] ( development/git.md )
84
84
- [ Testing] ( )
85
+ - [ Demo scripts] ( development/demo.md )
85
86
- [ OpenTracing] ( opentracing.md )
86
87
- [ Database Schemas] ( development/database_schema.md )
87
88
- [ Experimental features] ( development/experimental_features.md )
File renamed without changes.
Original file line number Diff line number Diff line change @@ -63,4 +63,5 @@ release of Synapse.
63
63
64
64
If you want to get up and running quickly with a trio of homeservers in a
65
65
private federation, there is a script in the ` demo ` directory. This is mainly
66
- useful just for development purposes. See [ demo/README] ( https://github.com/matrix-org/synapse/tree/develop/demo/ ) .
66
+ useful just for development purposes. See
67
+ [ demo scripts] ( https://matrix-org.github.io/synapse/develop/development/demo.html ) .
You can’t perform that action at this time.
0 commit comments