Sign inSign up

ipeos/chamilo

By ipeos

Updated over 1 year ago

A ready to use Chamilo LMS in production

Image
Content management system
0

5.9K

ipeos/chamilo repository overview

Docker Chamilo LMS

Dockerfile to provide a ready to use Chamilo LMS in production.

  • 1.11, 1.11.28, latest (use PHP 7.4)

Installation

Automated builds of the image are available on Dockerhub and is the recommanded method of installation.

docker pull ipeos/chamilo:latest

Quick Start

docker run --name some-chamilo --link some-mysql:mysql -p 8080:80 -d ipeos/chamilo
PHP Vars

Can change PHP vars to optimize your installation.

  • PHP_MAX_EXECUTION_TIME (default: 300)
  • PHP_MAX_INPUT_TIME (default: 600)
  • PHP_MEMORY_LIMIT (default: 128M)
  • PHP_POST_MAX_SIZE (default: 100M)
  • PHP_UPLOAD_MAX_FILESIZE (default 100M)
  • PHP_TIMEZONE (default: America/Guadeloupe)

Contributing

This image was created by IPEOS for a purpose of web development training courses.

If you find this image useful here's how you can help:

  • Send a Pull Request with your awesome enhancements and bug fixes
  • Be a part of the community and help resolve Issues

Team

IPEOS

Tag summary

Content type

Image

Digest

sha256:c26f78d5d

Size

592.6 MB

Last updated

over 1 year ago

docker pull ipeos/chamilo