- 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, checking
./scripts/all status
Next Time, just restart:
./scripts/all restart
Usage: ./service {start|stop} {app-room|signal|islb|sfu}
example:
./scripts/service start app-room
Usage: ./deps {start|stop} {nats-server|redis}
example:
./scripts/deps start redis