Skip to content

Commit

Permalink
Add missing php-mysql to README
Browse files Browse the repository at this point in the history
Without this the site can’t connect to the database.
  • Loading branch information
robinwhittleton authored and acabal committed Oct 28, 2024
1 parent 758cfc6 commit 71c2dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 71c2dfc

Please sign in to comment.