Building Websites with Python and Flask
March 18, 2015
Over the course of my learning I have ended up with a base configuration for serving Python web applications. This configuration utilises the nginx web server together with uwsgi as the Python > web app gateway. As is the norm, it is recommended to utilise a python virtual environment to isolate your software requirements. The full stack is:
virtualenv Python Flask uwsgi Supervisor nginx The standard operating system I go to for web apps such as this is Ubuntu.