mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-10 15:43:09 -06:00
| .. | ||
| clean.sh | ||
| dendrite.yaml | ||
| deploy.sh | ||
| README.md | ||
| run_all.sh | ||
| run_single.sh | ||
| stop_all.sh | ||
| vars.env | ||
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