mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Improved clarity for setup in INSTALL.md
This commit is contained in:
parent
ce9f3ea362
commit
3575ef1080
|
|
@ -103,11 +103,15 @@ Create config file, based on `dendrite-config.yaml`. Call it `dendrite.yaml`. Th
|
|||
It is possible to use 'naffka' as an in-process replacement to Kafka when using
|
||||
the monolith server. To do this, set `use_naffka: true` in `dendrite.yaml`.
|
||||
|
||||
In the `dendrite.yaml` file, one must also uncomment the necessary line (related to naffka) to use naffka.
|
||||
|
||||
The monolith server can be started as shown below. By default it listens for
|
||||
HTTP connections on port 8008, so point your client at
|
||||
`http://localhost:8008`. If you set `--tls-cert` and `--tls-key` as shown
|
||||
below, it will also listen for HTTPS connections on port 8448.
|
||||
|
||||
Before running below command, ensure that all uncommented lines in the `database` section have the password of your postgres db (dendrite:password@localhost)
|
||||
|
||||
```bash
|
||||
./bin/dendrite-monolith-server --tls-cert=server.crt --tls-key=server.key
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue