Documentation: Update PHP modules list in command-line installation procedure of the installation guide - refs BT#21925

pull/5723/head
Yannick Warnier 1 year ago
parent 5c41f8dd7c
commit 1685e51398
  1. 4
      public/documentation/installation_guide.html

@ -31,7 +31,7 @@ This version of Chamilo requires the following software stack.
<li>PHP 8.2+</li>
<li>A local Redis server (optional)</li>
</ul>
Within PHP, Chamilo requires or benefits from the following extensions:<br/>
Within PHP, Chamilo requires or benefits from the following modules, which might already be included in PHP on your system:<br/>
<ul>
<li>bcmath</li>
<li>curl</li>
@ -103,7 +103,7 @@ This version of Chamilo requires the following software stack.
<pre>
sudo -s
apt update && apt -y upgrade
apt -y install apache2 libapache2-mod-php8.3 mariadb-client mariadb-server redis-server php8.3-{bcmath,curl,exif,gd,iconv,intl,json,mbstring,mysql,opcache,pcre,soap,xml,zip,zlib,redis}
apt -y install apache2 libapache2-mod-php8.3 mariadb-client mariadb-server redis-server php8.3-{bcmath,curl,exif,gd,iconv,intl,mbstring,mysql,opcache,soap,xml,zip,redis}
a2enmod rewrite
cd /var/www/
mkdir chamilo

Loading…
Cancel
Save