mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
Auto-update README
This commit is contained in:
parent
1f89367cff
commit
8c2cc3f097
2 changed files with 25 additions and 19 deletions
19
README.md
19
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Moodle for YunoHost
|
# Moodle for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/moodle)  
|
[](https://dash.yunohost.org/appci/app/moodle)  
|
||||||
[](https://install-app.yunohost.org/?app=moodle)
|
[](https://install-app.yunohost.org/?app=moodle)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -23,7 +23,7 @@ Online learning platform
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
|
@ -40,21 +40,22 @@ How to configure this app: by an admin panel.
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://moodle.org/
|
* Official app website: <https://moodle.org/>
|
||||||
* Official admin documentation: https://docs.moodle.org/400/en/Main_page
|
* Official admin documentation: <https://docs.moodle.org/400/en/Main_page>
|
||||||
* Upstream app code repository: https://github.com/moodle/moodle
|
* Upstream app code repository: <https://github.com/moodle/moodle>
|
||||||
* YunoHost documentation for this app: https://yunohost.org/app_moodle
|
* YunoHost documentation for this app: <https://yunohost.org/app_moodle>
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/moodle_ynh/issues
|
* Report a bug: <https://github.com/YunoHost-Apps/moodle_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/moodle_ynh/tree/testing).
|
Please send 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.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/moodle_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/moodle_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade moodle -u https://github.com/YunoHost-Apps/moodle_ynh/tree/testing --debug
|
sudo yunohost app upgrade moodle -u https://github.com/YunoHost-Apps/moodle_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
25
README_fr.md
25
README_fr.md
|
@ -1,10 +1,14 @@
|
||||||
|
<!--
|
||||||
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
# Moodle pour YunoHost
|
# Moodle pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/moodle)  
|
[](https://dash.yunohost.org/appci/app/moodle)  
|
||||||
[](https://install-app.yunohost.org/?app=moodle)
|
[](https://install-app.yunohost.org/?app=moodle)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Moodle rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d'installer Moodle rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
@ -19,7 +23,7 @@ Plateforme d'apprentissage en ligne
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
@ -27,21 +31,22 @@ Plateforme d'apprentissage en ligne
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://moodle.org/
|
* Site officiel de l'app : <https://moodle.org/>
|
||||||
* Documentation officielle de l'admin : https://docs.moodle.org/400/en/Main_page
|
* Documentation officielle de l'admin : <https://docs.moodle.org/400/en/Main_page>
|
||||||
* Dépôt de code officiel de l'app : https://github.com/moodle/moodle
|
* Dépôt de code officiel de l'app : <https://github.com/moodle/moodle>
|
||||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_moodle
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_moodle>
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/moodle_ynh/issues
|
* Signaler un bug : <https://github.com/YunoHost-Apps/moodle_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/moodle_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/moodle_ynh/tree/testing).
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/moodle_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/moodle_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade moodle -u https://github.com/YunoHost-Apps/moodle_ynh/tree/testing --debug
|
sudo yunohost app upgrade moodle -u https://github.com/YunoHost-Apps/moodle_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||||
|
|
Loading…
Add table
Reference in a new issue