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:5000" app:app
docker run -d --name demo-idc -p 5000:5000 playniuniu/demo-idc
Content type
Image
Digest
Size
37.1 MB
Last updated
over 9 years ago
docker pull playniuniu/demo-idc