Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 560 Bytes

File metadata and controls

32 lines (17 loc) · 560 Bytes

Windfall

A trivial python webserver framework written around bottle

Bottle comes with its own HTTP Server. To run type in a terminal:

python Windfall.py

Dependencies

sudo apt-get install -y python2.7-dev python-pip libevent-dev python-yaml sudo pip install sqlalchemy sudo pip install requests sudo pip install bottle sudo pip install bottle-sqlalchemy sudo pip install gevent

NGINX + uWSGI + Windfall (Bottle)

To run behind nginx with uwsgi (as a daemon http server): http://kjuly.me/note/nginx-uwsgi-bottle/