Skip to content

Commit cce5f1c

Browse files
authored
Documentation: Add php-ldap as mandatory requirement in installation guide
1 parent 690f510 commit cce5f1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/documentation/installation_guide.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2>1. Requirements</h2>
4040
<li>xml</li>
4141
<li>zip</li>
4242
<li>zlib</li>
43-
<li>ldap (optional, but mandatory in dev env)</li>
43+
<li>ldap</li>
4444
<li>redis (optional)</li>
4545
<li>xapian (optional)</li>
4646
</ul>
@@ -106,7 +106,7 @@ <h3>3.1. Software stack</h3>
106106
<pre>
107107
sudo -s
108108
apt update && apt -y upgrade
109-
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}
109+
apt -y install apache2 libapache2-mod-php8.3 mariadb-client mariadb-server redis-server php8.3-{bcmath,curl,exif,gd,iconv,intl,ldap,mbstring,mysql,opcache,soap,xml,zip,redis}
110110
a2enmod rewrite
111111
cd /var/www/
112112
mkdir chamilo
@@ -263,7 +263,7 @@ <h4>6.2.1. WampServer</h4>
263263
<a href="https://www.wampserver.com/">Download</a> and install WampServer (accept default options if in doubt).<br>
264264
Restart WampServer to make these changes effective.<br>
265265
Open http://localhost/ in your browser. If the WampServer welcome screen with server configuration info appears, it means WampServer is working.<br>
266-
Click on the WampServer icon in your status bar and go to PHP -&gt; Extensions. Make sure all the following extensions are enabled: php_curl, php_gd, php_intl, php_mbstring, php_mysqli, php_soap, php_xml, php_zip<br>
266+
Click on the WampServer icon in your status bar and go to PHP -&gt; Extensions. Make sure all the following extensions are enabled: php_curl, php_gd, php_intl, php_ldap, php_mbstring, php_mysqli, php_soap, php_xml, php_zip<br>
267267
Edit C:\wamp64\bin\php\php8.3\php.ini, locate ";extension=sodium" and remove the ";" from the beginning of the line.<br>
268268
Also, update the "memory_limit" setting from "128M" to "2048M" and a few other settings as shown below.<br>
269269
<pre>

0 commit comments

Comments
 (0)