25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andy Balaam b92a2ff797
Fix typo in demo docs: differnt (#11735)
2 년 전
..
.gitignore Clean up gitignores (#4688) 5 년 전
README Fix typo in demo docs: differnt (#11735) 2 년 전
clean.sh Fix Shellcheck SC2086: Quote to prevent splitting 2 년 전
start.sh Fix Shellcheck SC2129: Consider using {..} >> file 2 년 전
stop.sh Fix Shellcheck SC2086: Quote to prevent splitting 2 년 전

README

DO NOT USE THESE DEMO SERVERS IN PRODUCTION

Requires you to have done:
python setup.py develop


The demo start.sh will start three synapse servers on ports 8080, 8081 and 8082, with host names localhost:$port. This can be easily changed to `hostname`:$port in start.sh if required.

To enable the servers to communicate untrusted ssl certs are used. In order to do this the servers do not check the certs
and are configured in a highly insecure way. Do not use these configuration files in production.

stop.sh will stop the synapse servers and the webclient.

clean.sh will delete the databases and log files.

To start a completely new set of servers, run:

./demo/stop.sh; ./demo/clean.sh && ./demo/start.sh


Logs and sqlitedb will be stored in demo/808{0,1,2}.{log,db}



Also note that when joining a public room on a different HS via "#foo:bar.net", then you are (in the current impl) joining a room with room_id "foo". This means that it won't work if your HS already has a room with that name.