mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-09 07:03:10 -06:00
479 B
479 B
Run local dendirete test server
Build from project root:
./build.sh
Modify vars.env and dendrite.yaml as desired and deploy:
./local_test/deploys.sh
Run all dendrites in background:
./local_test/run_all.sh
Stop all dendrites runnign in background:
./local_test/stop_all.sh
Run single dendrite number N in foreground:
./local_test/run_single.sh 0
Delete deployment:
./local_test/clean.sh 0