How To Install and Configure Django with Postgres, Nginx, and Gunicorn
This tutorial runs through both installing and configuring Django with Postgres, Nginx, and Gunicorn on your VPS.
This tutorial runs through both installing and configuring Django with Postgres, Nginx, and Gunicorn on your VPS.
PostgreSQL is one of the most powerful and popular relational database management systems available for open source platforms. In this guide, we’ll talk about how to get it up and running on an Ubuntu 14.04 VPS instance.
Der Autor wählte das Computer History Museum, um eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Viele Anwendungen, wie z. B. Überwachungs- und…
pgAdmin — это платформа с открытым исходным кодом для администрирования и разработки для PostgreSQL и связанных с ней систем управления базами данных. Платформа написана на Python и jQuery и поддерживает все функции PostgreSQL. Вы можете использовать…
Database monitoring is key to understanding how a database performs at various points in time. It can help you uncover hidden usage problems and bottlenecks, and will also allow you to be in the loop of everything that is happening to your database. In this tutorial, you will set up PostgreSQL database monitoring in Nagios Core using the check_postgres Nagios plugin and set up Slack-based alerting.
Strapi is an open source headless CMS built with the JavaScript programming language. Like many other headless CMS’, Strapi doesn’t come with a frontend out of the box. Instead, it relies on an API that allows you to architect your content structure. In this tutorial, learn how to install Strapi and set up a production environment.
Streaming replication is a popular method you can use to horizontally scale your relational databases. In this tutorial, you will set up physical streaming replication with PostgreSQL 12 on Ubuntu 20.04 using two separate machines running two separate PostgreSQL 12 clusters. One machine will be the primary and the other, the replica.
Ruby on Rails uses sqlite3 as its default database, which works great in many cases, but may not be sufficient for your application. If your application requires the scalability, centralization, and control (or any other feature) that is provided by a client/server SQL database offers, this tutorial will show you how to do just that, with PostgreSQL, on Ubuntu 14.04.
O autor escolheu o Free and Open Source Fund para receber uma doação como parte do programa Write for DOnations. O monitoramento de banco de dados é o processo contínuo de rastrear…
Deploy a Birthday Reminder Service to the cloud provider Functions to make it lightweight, scalable, and serverless.