Flask
How To Build and Deploy a Flask Application Using Docker on Ubuntu 18.04
Tutorials
Docker
Flask
Nginx
Ubuntu 18.04
The author selected the Tech Education Fund to receive a donation as part of the Write for DOnations program.
Introduction> Introduction # Docker is an open-source application that allows administrators to create, manage, deploy, and replicate applications using containers.
How To Serve Flask Applications with uWSGI and Nginx on Ubuntu 16.04
Tutorials
Flask
Nginx
Python
Python Frameworks
Ubuntu
Ubuntu 16.04
Introduction> Introduction # In this guide, we will be setting up a simple Python application using the Flask micro-framework on Ubuntu 16.04. The bulk of this article will be about how to set up the uWSGI application server to launch the application and Nginx to act as a front end reverse proxy.
How To Serve Flask Applications with uWSGI and Nginx on Ubuntu 18.04
Tutorials
Flask
Nginx
Python
Python Frameworks
Ubuntu
Ubuntu 18.04
Introduction> Introduction # In this guide, you will build a Python application using the Flask microframework on Ubuntu 18.04. The bulk of this article will be about how to set up the uWSGI application server and how to launch the application and configure Nginx to act as a front-end reverse proxy.