An open API service indexing awesome lists of open source software.

https://github.com/librecodecoop/chamilo-docker

Dockerised Chamilo LMS
https://github.com/librecodecoop/chamilo-docker

Last synced: 3 months ago
JSON representation

Dockerised Chamilo LMS

Awesome Lists containing this project

README

          

# Docker Chamilo

Stack:
* PHP 7.3
* nginx latest
* Mariadb latest

## Install

First, clone this repository.

In the root folder of project, run this:

```bash
cp .env.example .env
```

Edit the .env file to put your prefered database credentials.

> **PS**: This repository is maked to developers, don't use this code in prod. To use in prod, review the `docker-compsoe.yml` and all config files of all containers.

```
docker-compose up
```

Access the application in http://localhost

If your port 80 is in use, change de port mapping in `docker-compose.yml` of service `nginx`.