Sign inSign up

playniuniu/demo-idc

By playniuniu

Updated over 9 years ago

Docker for idc demo

Image
1

1.4K

playniuniu/demo-idc repository overview

UUNUS IDC Demo

Demo

Online demo is here

Install

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:5000" app:app
Docker
docker run -d --name demo-idc -p 5000:5000 playniuniu/demo-idc

Tag summary

Content type

Image

Digest

Size

37.1 MB

Last updated

over 9 years ago

docker pull playniuniu/demo-idc