Installing Drupal CMS on Debian 12 with Apache
Drupal is a free and open-source web content management system written in PHP. In this guide, I will show you how to install Drupal on a Debian 12 server.
Linux Tutorials
Drupal is a free and open-source web content management system written in PHP. In this guide, I will show you how to install Drupal on a Debian 12 server.
Dnsmasq is a small and lightweight network service for your local environment (LAN). It provides network services such as DNS, DHCP, and TFTP.
OpenEMR is an open-source electronic health record and medical practice management tool. In this tutorial, you will learn how to install OpenEMR software on a server running Debian 12.
Django is a free and open-source Python Web Framework used to develop dynamic websites and applications. This guide will show you how to install the Django web framework on a Debian 12 server.
Magento is an open-source e-commerce platform written in PHP. In this tutorial, we will install the Magento open-source community edition. We will also install Elasticsearch for searching through the product catalog, Redis for the session and file cache, and serve it using the Nginx server.
Etherpad is a collaborative and real-time text editor for your team. It’s accessible from anywhere, anytime, because Etherpad is a web-based text editor.
NFS or Network File System is a network protocol that allows you to mount a remote file system over the network. In this guide, I will show you how to install an NFS server and client on Debian 12.
Docker is a set of open platforms that provides OS-level virtualization for developing, shipping, and running applications. In this guide, I’ll show you how to install Docker Engine on the latest Debian 12. You will also go over the management of Docker service via systemctl, and learn the basic usage of Docker for managing images, containers, and volumes.