From 559ff15930bdf8bddede20fa49aa68085b4bfb7a Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 21 Aug 2017 17:49:09 +0100 Subject: [PATCH] notes on running monolith server --- INSTALL.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 668c9c13c..5dc38b2c2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -97,7 +97,15 @@ Create config file, based on `dendrite-config.yaml`. Call it `dendrite.yaml`. Th ## Starting a monolith server -TODO +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 can be started as shown below. By default it listens on +ports 8008 and 8448, so point your client at `http://localhost:8008` or +`https://localhost:8448`. + +```bash +./bin/dendrite-monolith-server --tls-cert=server.crt --tls-key=server.key +``` ## Starting a multiprocess server