1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moodle_ynh.git synced 2024-09-03 19:46:23 +02:00
This commit is contained in:
Kay0u 2020-03-24 18:05:27 +01:00
parent 51804c1d9a
commit 2ee56f80c3
No known key found for this signature in database
GPG key ID: 7FF262C033518333
2 changed files with 57 additions and 36 deletions

View file

@ -1,48 +1,69 @@
# Moodle app for YunoHost # 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>
Version: **3.8.1** [![Integration level](https://dash.yunohost.org/integration/moodle.svg)](https://dash.yunohost.org/appci/app/moodle)
Moodle - the world's open source learning platform [![Install moodle with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=moodle)
Moodle <https://moodle.org> is a learning platform designed to provide *[Lire ce readme en français.](./README_fr.md)*
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 > *This package allow you to install moodle quickly and simply on a YunoHost server.
all manner of organisations and individuals. If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
## Overview
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.
### Installing guide Moodle is widely used around the world by universities, schools, companies and all manner of organisations and individuals.
App can be installed by YunoHost **admin web-interface** or by **running following command**: **Shipped version:** 3.8.2
$ sudo yunohost app install https://github.com/YunoHost-Apps/moodle_ynh ## Screenshots
After install : ![](https://upload.wikimedia.org/wikipedia/commons/3/36/Moodle_2.0_on_Firefox_4.0.png)
1. Login in moodle exemple : https://domain.tld/moodle ## Demo
2. Create admin account
* [Official demo](https://sandbox.moodledemo.net/)
### Upgrade this package: ## Configuration
$ sudo yunohost app upgrade moodle -u https://github.com/YunoHost-Apps/moodle_ynh How to configure this app: by an admin panel.
After upgrade : ## Documentation
1. If you have custom plugins or themes need to move your plugins * Official documentation: https://docs.moodle.org/38/en/Main_page
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 ## YunoHost specific features
#### Multi-users support
Are LDAP and HTTP auth supported? *Yes*
Can the app be used by multiple users? *Yes*
## To-do #### Supported architectures
- [X] Install script
- [X] Remove script * x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/moodle%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/moodle/)
- [x] Upgrade script * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/moodle%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/moodle/)
- [X] Backup and Restore scripts(need testing)
- [ ] LDAP integration **More information on the documentation page:**
https://yunohost.org/packaging_apps
## Links
* Report a bug: https://github.com/YunoHost-Apps/moodle_ynh/issues
* App website: https://moodle.org/
* Upstream app repository: http://git.moodle.org/ - https://github.com/moodle/moodle
* YunoHost website: https://yunohost.org/
---
Developers info
----------------
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/moodle_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/moodle_ynh/tree/testing --debug
or
sudo yunohost app upgrade moodle -u https://github.com/YunoHost-Apps/moodle_ynh/tree/testing --debug
```

View file

@ -8,7 +8,7 @@
}, },
"version": "3.8.2", "version": "3.8.2",
"url": "https://moodle.org/", "url": "https://moodle.org/",
"license": "GPL-3.0", "license": "GPL-3.0-or-later",
"maintainer": { "maintainer": {
"name": "Anmol Sharma", "name": "Anmol Sharma",
"email": "anmol@datamol.org" "email": "anmol@datamol.org"