Skip to main content

PostgreSQL

How To Install and Use PostgreSQL on Ubuntu 18.04
Tutorials Databases PostgreSQL Ubuntu Ubuntu 18.04
Introduction> Introduction # Relational database management systems are a key component of many web sites and applications. They provide a structured way to store, organize, and access information. PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language.
How To Install and Configure Django with Postgres, Nginx, and Gunicorn
Tutorials Django Nginx PostgreSQL Python
Prerequisites> Prerequisites # This tutorial assumes you have already set up your droplet (VPS) with Debian 7 or a similar distro of Linux (such as Ubuntu). If you have not already done this, please follow the tutorial on setting up a droplet here.
How To Install and Use PostgreSQL on Ubuntu 16.04
Tutorials PostgreSQL Ubuntu Ubuntu 16.04
Introduction> Introduction # Relational database management systems are a key component of many web sites and applications. They provide a structured way to store, organize, and access information. PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language.
How To Use PostgreSQL with your Django Application on Ubuntu 14.04
Tutorials Django PostgreSQL Python Python Frameworks Ubuntu
Introduction> Introduction # Django is a flexible framework for quickly creating Python applications. By default, Django applications are configured to store data into a lightweight SQLite database file. While this works well under some loads, a more traditional DBMS can improve performance in production.
How To Deploy a Scalable and Secure Django Application with Kubernetes
Tutorials DigitalOcean Django Docker Kubernetes PostgreSQL Python Frameworks
Introduction> Introduction # In this tutorial you’ll deploy a containerized Django polls application into a Kubernetes cluster. Django is a powerful web framework that can help you get your Python application off the ground quickly.
How To Install and Use phpPgAdmin on Ubuntu 12.04
Tutorials PostgreSQL Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install and Use PostgreSQL on CentOS 6
Tutorials CentOS PostgreSQL
Status: Deprecated> Status: Deprecated # This article covers a version of CentOS that is no longer supported. If you are currently operating a server running CentOS 6, we highly recommend upgrading or migrating to a supported version of CentOS.