...
- Install CentOS 7, refer to https://phoenixnap.com/kb/how-to-install-centos-7
- Install IEC, refer to IEC Type1&2 Installation Guide for R2
- Install Tars, refer to https://github.com/TarsCloud/Tars/blob/master/Install.md
- Install Virtual Classroom
Note Well:
49.51.201.127 is the public IP Address of the Virtual Machine. The IP address should be modified to the IP address of the machine on which you want to deploy.
cd /root
yum install -y npm
...
sed -i 's/demos.openvidu.io/49.51.201.127${Local_IP_Address}/g' app.js
sleep 3
docker run --rm --name openvidu_server -d -p 4443:4443 -e openvidu.secret=MY_SECRET -e openvidu.publicurl=https://49.51.201.127{Local_IP_Address}:4443/ openvidu/openvidu-server-kms
...