Ubuntu 16.04 >> Do i really have to run the docker command?

I am trying to set up a server, which can be access from “outside”… So Browser and Server will be NOT on the same machine…

http://78.47.76.99/openvidu-tutorials/openvidu-insecure-angular/dist/openvidu-insecure-angular

I am trying to run the DEMO here (which runs localy perfectly)

https://openvidu.io/docs/tutorials/openvidu-insecure-angular/

but then I have found the Ubuntu 16.04 Tut >>>

so my question is now:

Do I have to run this command here in each case?

docker run -p 4443:4443 --rm -e openvidu.secret=MY_SECRET openvidu/openvidu-server-kms:2.12.0

because in the Ubuntu Doc are these 3 commands also included here:

sudo service redis-server restart
sudo service coturn restart
sudo service kurento-media-server restart

my testserver is accessible her:

I am trying to set up this thing since 2 days :frowning:

I would be happy for each hint or help

thx

You cannot use Docker for a production environment yet.

You have to follow instructions of “Deployment” section of OpenVidu docs. If you are installing on plain Ubuntu, then you follow instructions of deploying on Ubuntu: https://openvidu.io/docs/deployment/deploying-ubuntu/

We are working on a Docker production setup for OpenVidu CE that will be available in the following days. Please stay tuned.

Thx 4 ya reply!

So the Ubuntu doc page is the only thing I have to follow right?! (For production Mode for users which can access the page from everywhere outside right!?)

So docker ist not required right?!

Greetings from Germany