Install ansible dependencies:
ansible-galaxy install -r ansible/requirements.ymlInstall all needed packages and configure chamilo
ansible-playbook ansible/setup.yml --ask-become-passYou can modify the following variables to change paths according to your needs:
- chamilo_dir: path were chamilo was cloned from git
- apache_alias: which url apache should accept in addition to localhost
Start database in a docker container:
docker compose up --buildReview instructions in https://github.com/chamilo/chamilo-lms to install chamilo-lms (this project only configure
its dependencies)
You can start chamilo configuration visiting http://localhost