Skip to content

Commit

Permalink
Documentation: Linux pre installation steps; include the install of p…
Browse files Browse the repository at this point in the history
…hp8.0-intl (#60)

Update the new Gibbon documentation: Linux pre installation steps; include the install of php8.0-intl since it is a requirement
  • Loading branch information
KelvinMW authored Dec 9, 2024
1 parent c38f7d4 commit 5696abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion introduction/installation-options/install-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apt install apache2 php mysql-server php-gd php-mysql php-zip php-curl php-gette
For PHP 8, this may look a bit different:

``` sh
apt install php8.0-mysql php8.0-gd php8.0-zip php8.0-curl php8.0-gettext php8.0-pdo php8.0-xml php8.0-mbstring
apt install php8.0-mysql php8.0-gd php8.0-zip php8.0-curl php8.0-gettext php8.0-pdo php8.0-xml php8.0-mbstring php8.0-intl
```

The relevant packages will be installed, however, you still need to enable mod_rewrite on Apache.
Expand Down

0 comments on commit 5696abf

Please sign in to comment.