- Python3
- Flask
-
Clone sample apps
$ git clone https://github.com/cloud-hackathon/skyway-apps.git
-
Move to
sfu-videochat
directory -
Once you’ve given it a try, sign up for the freeCommunity Edition and get an API Ke
-
Run application with the API key you got in step 3
$ export DOCKER_HOST=tcp://hack0[1-9].hiconyan.com:2375 $ docker build -t sfu-videochat:[your_team_name] . $ docker run -it -p 808[0-9]:80 -e SKYWAY_KEY=<YOUR_API_KEY> sfu-videochat:[your_team_name]
-
Access
https://hack0[1-9].hiconyan.com/808[0-9]/
on browser