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
2019-03-13 22:19:14 +01:00
conf Update app.src 2019-03-13 21:48:47 +01:00
scripts Update upgrade 2019-03-13 22:19:14 +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 manifest.json 2019-03-13 20:45:52 +01:00
README.md Update README.md 2019-03-13 22:17:17 +01:00

Moodle app for YunoHost

Install Moodle with 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