Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...