Update README.md
This commit is contained in:
parent
93d5da025e
commit
4f8774665a
@ -16,7 +16,7 @@ Visit [openvidu.io/docs/advanced-features/filters](http://openvidu.io/docs/advan
|
||||
|
||||
```bash
|
||||
# Launch OpenVidu Server
|
||||
docker run --rm -d -p 4443:4443 -e openvidu.secret=MY_SECRET openvidu/openvidu-server-kms:2.5.0
|
||||
docker run --rm -d -p 4443:4443 -e openvidu.secret=MY_SECRET openvidu/openvidu-server-kms:2.8.0
|
||||
|
||||
# Clone and serve openvidu-filters application
|
||||
git clone https://github.com/OpenVidu/openvidu-tutorials.git
|
||||
@ -24,4 +24,4 @@ cd openvidu-tutorials/openvidu-filters
|
||||
http-server web/
|
||||
```
|
||||
|
||||
You will need `http-server` npm package (`sudo npm install -g http-server`), and you will need to accept the insecure certificate at [https://localhost:4443](https://localhost:4443) once you launch openvidu-server-kms docker container.
|
||||
You will need `http-server` npm package (`sudo npm install -g http-server`), and you will need to accept the insecure certificate at [https://localhost:4443](https://localhost:4443) once you launch openvidu-server-kms docker container.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user