mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-17 02:53:11 -06:00
Merge latest updates to Dendrite Of note, this no longer builds the Dendrite polylith server, which we never planned to use anyway I want to make sure I didn't break the clientapi/routing/routing.go redaction events, our code differs from Dendrite in that call path. --------- Signed-off-by: Brian Meek <brian@hntlabs.com> Co-authored-by: Tak Wai Wong <64229756+tak-hntlabs@users.noreply.github.com>
14 lines
642 B
Markdown
14 lines
642 B
Markdown
# Installation
|
|
|
|
Please note that new installation instructions can be found
|
|
on the [new documentation site](https://matrix-org.github.io/dendrite/),
|
|
or alternatively, in the [installation](installation/) folder:
|
|
|
|
1. [Planning your deployment](installation/1_planning.md)
|
|
2. [Setting up the domain](installation/2_domainname.md)
|
|
3. [Preparing database storage](installation/3_database.md)
|
|
4. [Generating signing keys](installation/4_signingkey.md)
|
|
5. [Installing as a monolith](installation/5_install_monolith.md)
|
|
6. [Populate the configuration](installation/7_configuration.md)
|
|
7. [Starting the monolith](installation/8_starting_monolith.md)
|