mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
Moodle package for YunoHost
conf | ||
scripts | ||
check_process | ||
LICENSE | ||
manifest.json | ||
README.md |
Moodle app for YunoHost
Version: 3.6.3 Moodle - the world's open source learning platform
Moodle https://moodle.org is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised learning environments.
Moodle is widely used around the world by universities, schools, companies and all manner of organisations and individuals.
Installing guide
App can be installed by YunoHost admin web-interface or by running following command:
$ sudo yunohost app install https://github.com/YunoHost-Apps/moodle_ynh
After install :
1. Login in moodle exemple : https://domain.tld/moodle
2. Create admin account
Upgrade this package:
$ sudo yunohost app upgrade moodle -u https://github.com/YunoHost-Apps/moodle_ynh
After upgrade :
1. If you have custom plugins or themes need to move your plugins
2. Moodle is saved in /var/www/moodle.backup
3. Moove your plugins / themes exemple "cp -a moodle.backup/mod/hvp moodle/mod/hvp"
4. After moving your plugins and themes make "rm -r moodle.backup"
5. Login in moodle for complete upgrade
To-do
- Install script
- Remove script
- Upgrade script
- Backup and Restore scripts(need testing)
- LDAP integration