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
- Host: GitHub
- URL: https://github.com/librecodecoop/chamilo-docker
- Owner: LibreCodeCoop
- License: gpl-3.0
- Created: 2020-04-08T20:23:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T14:42:34.000Z (almost 6 years ago)
- Last Synced: 2025-07-06T18:06:15.141Z (9 months ago)
- Language: Dockerfile
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.