mirror of
https://github.com/YunoHost-Apps/digisteps_ynh.git
synced 2024-09-03 18:26:21 +02:00
Merge pull request #3 from YunoHost-Apps/testing
This commit is contained in:
commit
c4fd564254
4 changed files with 13 additions and 11 deletions
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Digisteps for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/digisteps.svg)](https://dash.yunohost.org/appci/app/digisteps) ![Working status](https://ci-apps.yunohost.org/ci/badges/digisteps.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/digisteps.maintain.svg)
|
||||
[![Integration level](https://dash.yunohost.org/integration/digisteps.svg)](https://dash.yunohost.org/appci/app/digisteps) ![Working status](https://ci-apps.yunohost.org/ci/badges/digisteps.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/digisteps.maintain.svg)
|
||||
|
||||
[![Install Digisteps with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=digisteps)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
|
17
README_fr.md
17
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Digisteps pour YunoHost
|
||||
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/digisteps.svg)](https://dash.yunohost.org/appci/app/digisteps) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/digisteps.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/digisteps.maintain.svg)
|
||||
[![Niveau d’intégration](https://dash.yunohost.org/integration/digisteps.svg)](https://dash.yunohost.org/appci/app/digisteps) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/digisteps.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/digisteps.maintain.svg)
|
||||
|
||||
[![Installer Digisteps avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=digisteps)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Digisteps 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.*
|
||||
> *Ce package vous permet d’installer Digisteps 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.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
Créer des parcours pédagogiques simples en ligne
|
||||
|
||||
|
@ -22,10 +23,10 @@ Créer des parcours pédagogiques simples en ligne
|
|||
**Démo :** https://ladigitale.dev/digisteps/#/
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://ladigitale.dev/>
|
||||
* Site officiel de l’app : <https://ladigitale.dev/>
|
||||
* Documentation officielle utilisateur : <https://ladigitale.dev/blog/digisteps-pour-creer-des-parcours-pedagogiques-en-ligne>
|
||||
* Documentation officielle de l'admin : <https://codeberg.org/ladigitale/digisteps/src/branch/master/README.md>
|
||||
* Dépôt de code officiel de l'app : <https://codeberg.org/ladigitale/digisteps>
|
||||
* Documentation officielle de l’admin : <https://codeberg.org/ladigitale/digisteps/src/branch/master/README.md>
|
||||
* Dépôt de code officiel de l’app : <https://codeberg.org/ladigitale/digisteps>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_digisteps>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/digisteps_ynh/issues>
|
||||
|
||||
|
@ -41,4 +42,4 @@ ou
|
|||
sudo yunohost app upgrade digisteps -u https://github.com/YunoHost-Apps/digisteps_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>
|
|
@ -22,7 +22,7 @@
|
|||
"email": "xxxxx"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.1.21"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="php$YNH_DEFAULT_PHP_VERSION-sqlite3"
|
||||
pkg_dependencies="php7.4-sqlite3"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Reference in a new issue