git clone https://github.com/OpenVidu/openvidu-tutorials.git
npm install -g http-server
Seems to run properly. I'm getting
.... + http-...@0.12.0
added 27 packages from 35 contributors in 7.252s
3)This does run properly. I'm getting "http-server: command not found"
http-server openvidu-tutorials/openvidu-insecure-js/web
4)Runs.
docker run -p 4443:4443 --rm -e openvidu.secret=MY_SECRET -e openvidu.publicurl=https://192.168.99.100:4443/ openvidu/openvidu-server-kms:2.11.0
After steps above I tried to accesslocalhost:8080 or https://localhost:8080 or https://192.168.99.100:4443/ but none of them works.
Have I done something wrong? How can I make this work?
--
You received this message because you are subscribed to the Google Groups "OpenVidu" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openvidu+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openvidu/68668593-b6e6-4cf6-b38d-5cae8ce8a5c7%40googlegroups.com.
It seems that there was a bug with npm in powershell.It seems to be fixed now, but maybe you have an older version affected by the bug.Best regardsMicael GallegoKurento / OpenVidu Project Lead
On Fri, Jan 3, 2020 at 4:32 PM anto gian <antog...@gmail.com> wrote:
--I'm trying to implement the openvidu-insecure-js(https://openvidu.io/docs/tutorials/openvidu-insecure-js/) demo. I typed the following commands on Windows 10 PowerShell1)
git clone https://github.com/OpenVidu/openvidu-tutorials.git
Creates a folder called "openvidu-tutorials"2)
Seems to run properly. I'm getting
npm install -g http-server
.... + http-...@0.12.0
added 27 packages from 35 contributors in 7.252s
3)This does run properly. I'm getting "http-server: command not found"
http-server openvidu-tutorials/openvidu-insecure-js/web
4)Runs.
docker run -p 4443:4443 --rm -e openvidu.secret=MY_SECRET -e openvidu.publicurl=https://192.168.99.100:4443/ openvidu/openvidu-server-kms:2.11.0
After steps above I tried to accesslocalhost:8080 or https://localhost:8080 or https://192.168.99.100:4443/ but none of them works.
Have I done something wrong? How can I make this work?
You received this message because you are subscribed to the Google Groups "OpenVidu" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to openvidu+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openvidu/e050cdfd-2a16-4698-941b-1319ca41d93a%40googlegroups.com.