Installation de Chamilo
On télécharge Chamilo.
https://chamilo.org/fr/telecharger/
On l'extrait dans C:\xampp\htdocs\.
On renomme le dossier "chamilo".
On ajoute un certificat dans Apache. (ici, le wildcard créé pour Zabbix & GLPI)
On crée ensuite un vhost.
On redémarre Apache.
On crée un utilisateur dans MySQL. Sur le serveur, on se rend dans PhpMyAdmin. http://localhost/phpmyadmin
create database chamilo_db character set utf8 collate utf8_bin;
create user chamilo@localhost identified by 'password';
grant all privileges on chamilo_db.* to chamilo@localhost;
quit
On peut ensuite installer.