Configuring Ubuntu 18.04 for a Python Dev Environment with Flask, Gunicron, and VirtualEnv

Flask is a great Python framework for getting ideas up and running quickly on a lightweight app environment. In this tutorial, we are going to get Python 3.6 configured with development system packages to start a new Flask web application project and run it with Green Unicorn (Gunicorn). But first, what is Green Unicorn? Green Unicorn […]

Getting Started with LEMP: Installing Nginx, MySQL, PHP on Ubuntu 18.04 (Part 2 of 3)

In the first part of this LEMP installation guide, we went over updating and installing your Linux packages, installing and testing Nginx, configuring network ports, and creating test pages. In part 2, we are going to configure our server blocks, move our test pages, make sure they can be served, and edit our host file. […]