Do not use this configuration for production environments
This is a minimalist docker configuration for Chamilo for development purposes.
Just run this:
sh init.sh
It will clone chamilo into a chamilo directory and then will start building 3 containers:
- Apache
- MariaDB
- Adminer
Once the build finished you'll see chamilo loading in:
http://localhost:8030/
And if you want to access the DataBase just go to:
http://localhost:8099/
The credentials for the datase are in the file docker-compose.yml , there you can also update the ports.