Tag: Python

  • Nginx and uWSGI configuration for Flask app deployment

    Nginx and uWSGI configuration for Flask app deployment

    For someone new to application or server deployment (or any field, really), the vast assortment of commands, arguments, variables, and parameters can be overwhelming. That’s why I encourage friends and coworkers to break those daunting projects into smaller, more digestible pieces. Once they understand what is right in front of them and can relate it […]

  • LEMP stack set up with Nginx, uWSGI, and MariaDB on Ubuntu 12.04

    LEMP stack set up with Nginx, uWSGI, and MariaDB on Ubuntu 12.04

    Over the past six months I’ve been deploying my Python projects using uWSGI and NGINX almost elusively. While they each have an overwhelming number configuration options available, deploying basic apps with them can be pretty painless. Here’s one simple option for setting up your LEMP stack on Ubuntu 12.04 and deploying a Flask application. Getting…