Simplify e-Learning with Chamilo Learning Management System (LMS). Use the Chamilo 1-Click App to quickly deploy your own LMS so you can create and host online courses and let thousands of students learn freely or through PayPal purchases. Generate badges, certificates and reports on your learners/students learning progress.
Chamilo is brought to you by The Chamilo project, a group of people and organizations that develop or use the Chamilo software and have the Chamilo association, a legally registered non-profit organization (in Spain) that aims to “increase the availability of quality education around the world”
Package | Version | License |
---|---|---|
Apache | 2.4 | Apache |
MariaDB | 10.0 | GPLv2 |
PHP | 7.2 | PHP |
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the Chamilo 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Chamilo Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "chamilo-18-04"}' \
"https://api.digitalocean.com/v2/droplets"
http://your_Droplet_IP