From 71c2dfc55bf461de6a78b274d421622f2722c00f Mon Sep 17 00:00:00 2001 From: Robin Whittleton Date: Sat, 26 Oct 2024 21:18:15 +0200 Subject: [PATCH] Add missing php-mysql to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this the site can’t connect to the database. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96720de9..4eba26cd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PHP 8+ is required. ```shell # Install Apache, PHP, PHP-FPM, and various other dependencies. -sudo apt install -y git composer php-fpm php-cli php-gd php-xml php-apcu php-mbstring php-intl php-curl php-zip apache2 apache2-utils libfcgi0ldbl task-spooler ipv6calc mariadb-server attr libapache2-mod-xsendfile libimage-exiftool-perl +sudo apt install -y git composer php-fpm php-cli php-gd php-xml php-apcu php-mbstring php-intl php-curl php-zip php-mysql apache2 apache2-utils libfcgi0ldbl task-spooler ipv6calc mariadb-server attr libapache2-mod-xsendfile libimage-exiftool-perl # Create the site root and logs root and clone this repo into it. sudo mkdir /standardebooks.org/