https://catalogartifact.azureedge.net/publicartifacts/athinfosystems1641442221349.illaslms-6ad64f22-2978-41df-9354-af61aedbd137/253cf664-0f90-47e0-b763-e44ad1aea319_ILIASLMS.png

ILIAS LMS

par ATH Infosystems

(1 évaluations)

Version 10.6 + Free Support on Ubuntu 24.04

ILIAS LMS (Integrated Learning, Information, and Authoring System) is a powerful, open-source learning management system designed to support online education, training, and e-learning environments.

Features of ILIAS LMS:
  • Comprehensive course and learning content management system.
  • Role-based user management for administrators, instructors, and learners.
  • Support for e-learning standards such as SCORM, xAPI, and LTI.

ILIAS-LMS Usage:

# Switch to root user
$ sudo su
$ sudo apt update
$ cd /var/www/ilias

# Edit config file
$ sudo nano /var/www/config/ilias.json

# Note: Make sure the http path section looks exactly like this:
"http": {
    "path": "http://your-server-ip-here"
},

# Apply changes
$ sudo -u www-data php cli/setup.php update /var/www/config/ilias.json

# Restart Apache
$ sudo systemctl restart apache2
 
# View ILIAS-LMS credentials:
$ cat /var/www/credentials.txt
 
# Open ILIAS-LMS in your browser:
$ http://your-server-ip
 
  

Disclaimer: ILIAS LMS is provided "as is," without any warranty, express or implied. Users utilize this software at their own risk. ILIAS is an open-source project and is not affiliated with, endorsed by, or sponsored by any commercial entity. The developers and contributors of ILIAS LMS are not responsible for any damages, losses, or consequences resulting from the use of this software.