Skip to main content

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)

image-1615836207557.png

On crée ensuite un vhost.

image-1615835425175.png

image-1615836566898.png

On redémarre Apache.

On crée un utilisateur dans MySQL. Sur le serveur, on se rend dans PhpMyAdmin. http://localhost/phpmyadmin

image-1615836998418.png

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;

On peut ensuite installer.

https://chamilo.littoral1.fr/

image-1615837115707.png