PostgreSQL

How To Set Up a Two Node LEPP Stack on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Two Node LEPP Stack on CentOS 7

This tutorial covers creating a simple web application on a two-tier CentOS 7 architecture using a “ground-up” approach. I.e. creating the a database tier first, then the web server. The site will be powered by an Nginx web server running PHP code that talks to a PostgreSQL database. We will call this configuration a LEPP (Linux, Nginx, PHP, PostgreSQL) stack.

Read more
How To Use PostgreSQL with Your Ruby on Rails Application on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Use PostgreSQL with Your Ruby on Rails Application on CentOS 7

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 a client/server SQL database, this tutorial will show you how to do just that, with PostgreSQL, on CentOS 7.

Read more
Контейнеризация приложения Ruby on Rails для разработки с помощью Docker Compose — step-by-step Docker tutorial on Progressive Robot

Контейнеризация приложения Ruby on Rails для разработки с помощью Docker Compose

Если вы активно занимаетесь разработкой приложений, использование Docker может упростить ваш рабочий процесс и процесс развертывания вашего приложения в продакшен. Работа с контейнерами в процессе разработки предоставляет следующие преимущества: Среды…

Read more
How To Install and Use PostgreSQL on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use PostgreSQL on Rocky Linux 9

PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. It is a popular choice for many small and large projects and has the advantage of being standards-compliant and having many advanced features like reliable transactions and concurrency without read locks.

Read more
How To Install and Use PostgreSQL on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use PostgreSQL on Ubuntu 22.04

PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. This guide demonstrates how to install Postgres on an Ubuntu 22.04 server. It also provides instructions for general database administration.

Read more
CHAT