mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-12 14:51:40 +00:00
11d9b9db0e
This removes most of the code used for polylith/API mode. This removes the `/api` internal endpoints entirely. Binary size change roughly 5%: ``` 51437560 Feb 13 10:15 dendrite-monolith-server # old 48759008 Feb 13 10:15 dendrite-monolith-server # new ```
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)
|