1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moodle_ynh.git synced 2024-09-03 19:46:23 +02:00
Moodle package for YunoHost
Find a file
2020-03-24 15:27:09 +01:00
conf fix nginx and weight 2020-03-24 15:11:10 +01:00
scripts data_root -> data_path 2020-03-24 15:27:09 +01:00
check_process First commit 2017-12-14 22:33:01 +05:30
LICENSE fix errors 2017-12-15 03:09:56 +05:30
manifest.json Update to 3.8.2 2020-03-24 02:27:41 +01:00
README.md Update README.md 2020-01-22 15:57:38 +01:00

Moodle app for YunoHost

Install Moodle with YunoHost

Version: 3.8.1 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

More informations : https://docs.moodle.org/26/en/Upgrading

To-do

  • Install script
  • Remove script
  • Upgrade script
  • Backup and Restore scripts(need testing)
  • LDAP integration