Online demo is here
This demo use python3, flask and flask-login, install requirements and run gunicorn
pyvenv env/
./env/bin/pip install --upgrade pip
./env/bin/pip install -r requirements
./env/bin/gunicorn -d -b "0.0.0.0:8000" app:app
docker run -d --name demo-idc -p 5000:5000 playniuniu/demo-iptv
Content type
Image
Digest
Size
37 MB
Last updated
over 9 years ago
docker pull playniuniu/demo-iptv