PostgreSQL

Контейнеризация приложения 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 Concourse CI on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Concourse CI on Ubuntu 16.04

Concourse CI is a modern, scalable continuous integration system designed to automate testing pipelines with a composable, declarative syntax. In this tutorial, we will demonstrate how to install Concourse CI on an Ubuntu 16.04 server. We will configure a PostgreSQL database to use as the backend, download and install the Concourse binaries, and then configure the web and worker processes that allow us to build and execute continuous integration pipelines.

Read more
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
CHAT