2021-06-17 08:26:55 +02:00
|
|
|
<!--
|
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2020-10-09 16:08:48 +02:00
|
|
|
# Moodle for YunoHost
|
2017-12-14 18:03:01 +01:00
|
|
|
|
2020-06-14 00:00:59 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/moodle.svg)](https://dash.yunohost.org/appci/app/moodle) ![](https://ci-apps.yunohost.org/ci/badges/moodle.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/moodle.maintain.svg)
|
2020-12-19 22:54:58 +01:00
|
|
|
[![Install Moodle with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=moodle)
|
2017-12-14 18:03:01 +01:00
|
|
|
|
2021-04-04 19:20:08 +02:00
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2021-06-17 08:26:55 +02:00
|
|
|
> *This package allows you to install Moodle quickly and simply on a YunoHost server.
|
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
2017-12-14 18:03:01 +01:00
|
|
|
|
2020-03-24 18:05:27 +01:00
|
|
|
## Overview
|
2019-03-12 18:13:36 +01:00
|
|
|
|
2021-06-17 08:26:55 +02:00
|
|
|
Online learning platform
|
2019-03-12 18:13:36 +01:00
|
|
|
|
2022-02-01 21:31:44 +01:00
|
|
|
**Shipped version:** 3.11.5~ynh1
|
2019-03-12 18:13:36 +01:00
|
|
|
|
2021-06-17 08:26:55 +02:00
|
|
|
**Demo:** https://sandbox.moodledemo.net/
|
2019-03-12 18:13:36 +01:00
|
|
|
|
2021-06-17 08:26:55 +02:00
|
|
|
## Screenshots
|
2019-03-13 22:27:13 +01:00
|
|
|
|
2021-06-17 08:26:55 +02:00
|
|
|
![](./doc/screenshots/Moodle_2.0_on_Firefox_4.0.png)
|
|
|
|
|
|
|
|
## Disclaimers / important information
|
2019-03-13 22:27:13 +01:00
|
|
|
|
2020-03-24 18:05:27 +01:00
|
|
|
## Configuration
|
2019-03-12 18:13:36 +01:00
|
|
|
|
2020-03-24 18:05:27 +01:00
|
|
|
How to configure this app: by an admin panel.
|
|
|
|
|
|
|
|
## YunoHost specific features
|
|
|
|
|
2020-06-13 23:58:57 +02:00
|
|
|
#### Multi-user support
|
2020-03-24 18:05:27 +01:00
|
|
|
|
2020-06-11 12:31:50 +02:00
|
|
|
* Are LDAP and HTTP auth supported? **Yes**
|
|
|
|
* Can the app be used by multiple users? **Yes**
|
2020-03-24 18:05:27 +01:00
|
|
|
|
2021-06-17 08:26:55 +02:00
|
|
|
## Documentation and resources
|
2020-03-24 18:05:27 +01:00
|
|
|
|
2021-06-17 08:26:55 +02:00
|
|
|
* Official app website: https://moodle.org/
|
|
|
|
* Official admin documentation: https://docs.moodle.org/311/en/Main_page
|
|
|
|
* Upstream app code repository: https://github.com/moodle/moodle
|
|
|
|
* YunoHost documentation for this app: https://yunohost.org/app_moodle
|
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/moodle_ynh/issues
|
2020-03-24 18:05:27 +01:00
|
|
|
|
2020-10-09 16:08:48 +02:00
|
|
|
## Developer info
|
2020-03-24 18:05:27 +01:00
|
|
|
|
2020-06-14 00:00:59 +02:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/moodle_ynh/tree/testing).
|
2020-03-24 18:05:27 +01:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
|
|
|
```
|
2020-06-14 00:00:59 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/moodle_ynh/tree/testing --debug
|
2020-03-24 18:05:27 +01:00
|
|
|
or
|
2020-06-14 00:00:59 +02:00
|
|
|
sudo yunohost app upgrade moodle -u https://github.com/YunoHost-Apps/moodle_ynh/tree/testing --debug
|
2020-03-24 18:05:27 +01:00
|
|
|
```
|
2021-06-17 08:26:55 +02:00
|
|
|
|
|
|
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|