Skip to content

daniboygg/chamilo-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utility to install chamilo using docker and ansible

Install ansible dependencies:

ansible-galaxy install -r ansible/requirements.yml

Install all needed packages and configure chamilo

ansible-playbook ansible/setup.yml --ask-become-pass

You 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 --build

Review 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

About

Utilities for configure chamilo on ubuntu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published