From c11356dde9ddb020ef69cfdd0837f5801407f15e Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 13 Mar 2019 22:13:39 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ba2cd8..a5c72d2 100644 --- a/README.md +++ b/README.md @@ -11,19 +11,30 @@ 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. -# Installation -** After the installation go to your domain https://domain.tld/moodle and create the admin account. ** ### Installing guide 1. 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 move your plugins and themes make "rm -r moodle.backup" + 5. Login in moodle for complete upgrade ## To-do - [X] Install script