dendrite/local_test/README.md

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