From 46e0a660eef819fcbb22d79eaee8d3f9a58fbb7e Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 25 Sep 2017 11:13:51 +0100 Subject: [PATCH] update INSTALL diagram client_data goes to sync-api-server, not room-server. --- INSTALL.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 61e43d64d..249064a62 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -123,17 +123,18 @@ The following contains scripts which will run all the required processes in orde | /sync +--------------------------+ || +--------->| dendrite-sync-api-server |<================++ | | +--------------------------+ || -Matrix +------------------+ | | :7773 | || -Clients --->| client-api-proxy |---+ +<-----------+ || - +------------------+ | | || - :8008 | CS API +----------------------------+ || + | | :7773 | ^^ || +Matrix +------------------+ | | | || client_data || +Clients --->| client-api-proxy |---+ +<-----------+ ++=============++ || + +------------------+ | | || || + :8008 | CS API +----------------------------+ || || +--------->| dendrite-client-api-server |==++ || - | +----------------------------+ || || - | :7771 | || || - | | client_data || || - +<-----------+ ++=============++ || - | || || - | VV || + | +----------------------------+ || + | :7771 | || + | | || + +<-----------+ || + | || + | || | +----------------------+ room_event || +---------->| dendrite-room-server |===============++ | +----------------------+ ||