How to Deploy Flask Application with Nginx and Gunicorn on Ubuntu 20.04

how to deploy flask application with nginx and gunicorn on ubuntu 20.04

Flask is a small, lightweight, and micro web framework written in Python. It allows you to develop web applications easily without any tools or libraries. This web application may be a blog, wiki page, web pages, web-based calendar application, or a commercial website. It is simple, easy to use, easy to learn, and beginner-friendly because it does not require any dependencies.

In this tutorial, we will show you how to deploy the Flask application with Gunicorn and Nginx on Ubuntu 20.04.

Read More

How to Setup Django with Postgres, Nginx and Gunicorn on Ubuntu 20.04

how to set up django with postgres nginx and gunicorn on ubuntu 20.04

Django is an open-source web framework written in Python. It is a popular all-in-one web framework and one of the top choices for many developers. Django offers many advantages, such as MVT (Model View Template) architecture, automatic admin panel, and powerful ORM (Object Relational Mapping) database support. It also offers awesome debugging tools for developers. In this tutorial, we will show you how to install Django with PostgreSQL as the database storage instead of the default SQLite, Nginx as the reverse proxy, and Gunicorn as the application server on Ubuntu 20.04.

Read More

How to Install Mezzanine CMS on CentOS 7

How to Install Mezzanine CMS on CentOS 7

 Installing Mezzanine CMS on CentOS 7In this tutorial, we will show you how to install Mezzanine on CentOS 7 Mezzanine is a free and open-source content management system (also known as a CMS), built using the Django web application framework. It is a set of useful components that helps developers to easily and quickly create websites for a variety of purposes. It provides an intuitive interface for managing and creating webpages, blog posts, form data, store products, as well as many other types of content.

Unlike other popular CMS applications, all of these functionalities are available out-of-the-box, without the need for using any additional modules or add-ons. Installing Mezzanine CMS on CentOS 7 is an easy task if you follow the steps below carefully.

Read More