2017-12-14 18:03:01 +01:00
|
|
|
# Moodle app for YunoHost
|
|
|
|
[![Install Moodle with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=Moodle)<br><br>
|
|
|
|
|
2019-03-12 18:13:36 +01:00
|
|
|
Version: **3.6.3**
|
2017-12-14 18:03:01 +01:00
|
|
|
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.
|
|
|
|
|
|
|
|
|
2019-03-12 18:13:36 +01:00
|
|
|
### Installing guide
|
|
|
|
|
2019-03-13 22:16:38 +01:00
|
|
|
App can be installed by YunoHost **admin web-interface** or by **running following command**:
|
2019-03-12 18:13:36 +01:00
|
|
|
|
|
|
|
$ sudo yunohost app install https://github.com/YunoHost-Apps/moodle_ynh
|
2019-03-13 22:13:39 +01:00
|
|
|
|
2019-03-13 22:17:17 +01:00
|
|
|
After install :
|
2019-03-13 22:13:39 +01:00
|
|
|
|
2019-03-13 22:17:17 +01:00
|
|
|
1. Login in moodle exemple : https://domain.tld/moodle
|
|
|
|
2. Create admin account
|
2019-03-12 18:13:36 +01:00
|
|
|
|
|
|
|
|
|
|
|
### Upgrade this package:
|
|
|
|
|
2019-03-12 18:15:22 +01:00
|
|
|
$ sudo yunohost app upgrade moodle -u https://github.com/YunoHost-Apps/moodle_ynh
|
2019-03-13 22:13:39 +01:00
|
|
|
|
|
|
|
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"
|
2019-03-13 22:15:16 +01:00
|
|
|
4. After moving your plugins and themes make "rm -r moodle.backup"
|
2019-03-13 22:13:39 +01:00
|
|
|
5. Login in moodle for complete upgrade
|
2019-03-13 22:26:28 +01:00
|
|
|
|
|
|
|
More informations : https://docs.moodle.org/26/en/Upgrading
|
2019-03-12 18:13:36 +01:00
|
|
|
|
2017-12-14 18:03:01 +01:00
|
|
|
## To-do
|
2017-12-14 22:39:56 +01:00
|
|
|
- [X] Install script
|
|
|
|
- [X] Remove script
|
2019-03-13 21:56:01 +01:00
|
|
|
- [x] Upgrade script
|
2017-12-14 23:53:33 +01:00
|
|
|
- [X] Backup and Restore scripts(need testing)
|
2017-12-14 22:39:56 +01:00
|
|
|
- [ ] LDAP integration
|