aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorSumukha Pk <sumukhapk46@gmail.com>2019-03-04 19:56:30 +0530
committerAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-03-04 14:26:30 +0000
commit6baaf8c36cede54a47342c423bc57c9494c63e99 (patch)
treec357213e97dd6a13b086bb1e52663ee65c168fe6 /INSTALL.md
parentce9f3ea362495968e1fa37e228ee7e71716714dd (diff)
Improved clarity for setup in INSTALL.md (#691)
* Improved clarity for setup in INSTALL.md
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 5059adee..fa399468 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -95,13 +95,15 @@ test -f matrix_key.pem || ./bin/generate-keys -private-key matrix_key.pem
Create config file, based on `dendrite-config.yaml`. Call it `dendrite.yaml`. Things that will need editing include *at least*:
* `server_name`
-* `database/*`
+* `database/*` (All lines in the database section must have the username and password of the user created with the `createuser` command above. eg:`dendrite:password@localhost`)
## Starting a monolith server
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`.
+the monolith server. To do this, set `use_naffka: true` in `dendrite.yaml` and uncomment
+the necessary line related to naffka in the `database` section. Be sure to update the
+database username and password if needed.
The monolith server can be started as shown below. By default it listens for
HTTP connections on port 8008, so point your client at