From aa892e69d028eb2046301ea5cac4c41defc6a8db Mon Sep 17 00:00:00 2001 From: beltphed <129204636+beltphed@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:55:49 -0700 Subject: [PATCH] Update debian.rst Failing to install apache2 results in subsequent calls to a2enconf and a2enmod failing because they might not have been installed. (in my case, I was using a minimal Debian 12 install which doesn't install apache2) --- docs/installationguide/debian.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installationguide/debian.rst b/docs/installationguide/debian.rst index 1a04450cae..0a12b9ea33 100644 --- a/docs/installationguide/debian.rst +++ b/docs/installationguide/debian.rst @@ -39,7 +39,7 @@ Run the following commands. :: - sudo apt install mariadb-server + sudo apt install apache2 mariadb-server Switch into root user and create database and database user