Drupal

How to Configure PHP-FPM with Nginx on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Install Drupal 11 on Ubuntu 26.04

Drupal 11 is the latest release of the enterprise-grade content management framework. Built on PHP 8.3+, it introduces Starshot initiative improvements and a modernised admin experience. This guide installs Drupal 11 on Ubuntu 26.04 LTS with Nginx, PHP 8.4, and MySQL 9. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS with Nginx, […]

Read more
How to Install and Configure Xdebug 3 for PHP 8.3 on Ubuntu 24.04 — step-by-step Linux tutorial on Progressive Robot

How to Install Drupal 11 on Ubuntu 24.04

Drupal 11 is an enterprise-grade open-source CMS and web application framework. Released in 2024, it requires PHP 8.3+ and modern extensions. This guide installs Drupal 11 on Ubuntu 24.04 LTS with Nginx and PHP 8.3. Tested and valid on: Ubuntu 24.04 LTS Prerequisites Ubuntu 24.04 LTS server Nginx, PHP 8.3-FPM, MySQL 8.0 installed Composer installed […]

Read more
How To Install Aegir and Use it to Deploy Drupal Sites on a Debian VPS — step-by-step Linux tutorial on Progressive Robot

How To Install Aegir and Use it to Deploy Drupal Sites on a Debian VPS

This tutorial covers how to install Aegir and use it to deploy Drupal sites on a Debian VPS. Aegir is a hosting system for Drupal powered sites based on many Drupal itself (for Aegir core), Drupal deployment tools, and the Drush. Aegir makes it simple for you to host Drupal sites, as well as to manage and deploy them effectively.

Read more
How To Install Drupal with Docker Compose — step-by-step Docker tutorial on Progressive Robot

How To Install Drupal with Docker Compose

Drupal is a content management system (CMS) written in PHP and distributed under the open-source GNU General Public License. Drupal requires the LAMP (Linux, Apache, MySQL, and PHP) or LEMP (Linux, Nginx, MySQL, and PHP) stack, but installing individual components is a time-consuming task. In this tutorial, we will solve this problem by installing Drupal using Docker Compose so that we can take advantage of containerization and deploy our Drupal website on a web server quickly.

Read more
How To Install Drupal on a Virtual Server Running Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Drupal on a Virtual Server Running Ubuntu 12.04

This tutorials covers a basic drupal installation on an ubuntu server. Drupal is a free and open source content management that uses a PHP and a backend database, such as MySQL. It was created in 2001 and is currently the 3rd most popular content management site online. It now has over 17,000 addons to customize its functionality.

Read more
A Beginner's Guide To Drush: The Drupal Shell — step-by-step CMS tutorial on Progressive Robot

A Beginner’s Guide To Drush: The Drupal Shell

Drush is a very useful tool which helps you perform various admin tasks using just one or two commands in the terminal, replacing the many clicks and page refreshes needed in the UI. This tutorial will go through some of the basic Drush commands and will work with a standard Drupal installation to illustrate them.

Read more
What is Drupal? — step-by-step CMS tutorial on Progressive Robot

What is Drupal?

Drupal is a popular open source content management system (CMS) used to run some of the largest blogs and websites across the internet. Due to its stability, adaptability, and its active community, Drupal remains a…

Read more
CHAT