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)pull/4114/head
parent
c8cce78669
commit
aa892e69d0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue