- Support os: Ubuntu MacOS CentOS
./scripts/deps_inst
It will install all depend modules, support mac, ubuntu, centos Check these modules installed:nats-server redis
./scripts/key
It will generate key files to configs
First Time
./scripts/all start
It will start all services we need
Next Time, just restart:
./scripts/all restart
Usage: ./service {start|stop} {biz|islb|sfu|avp}
example:
./scripts/service start biz
Usage: ./deps {start|stop} {nats-server|redis}
example:
./scripts/deps start redis