This is an incomplete flask website regarding to the The CodeSnipp Project requirement #2.
I try to take a few crash course on Flask+Nginx+uWSGI to have an overview initially.
I found I have no time(or incapable) to craft all the stuff from scratch even with this simple project. There are a lot of detail to learn.
So I decide to found something similar others have done.
It has user login capability, blog capability and even database.
What I need to do is:
I plan to replace the OpenID authenticate with this traditional one.
I stuck because I cannot understand how flask-login handle the session.
Thanks for your time.
docker run --net="host" --rm --privileged=true --name=${USER} \
--name=$USER-Site-`date +%s` \
-i -t chin33z/site /bin/bash
cd microblog
./run.py
The image is created from this Dockerfile.
After running up. The site can be seen at http://YOUR_HOST_IP:4321
Content type
Image
Digest
Size
237 MB
Last updated
over 10 years ago
docker pull chin33z/site