diff --git a/README.md b/README.md index 407f367..2a3c23e 100644 --- a/README.md +++ b/README.md @@ -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)* diff --git a/README_fr.md b/README_fr.md index da3d940..589d88a 100644 --- a/README_fr.md +++ b/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 : +* Site officiel de l’app : * Documentation officielle utilisateur : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -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 :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/manifest.json b/manifest.json index 79890f6..85c4e8b 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "email": "xxxxx" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.1.21" }, "multi_instance": true, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 5007fea..292fef6 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="php$YNH_DEFAULT_PHP_VERSION-sqlite3" +pkg_dependencies="php7.4-sqlite3" #================================================= # PERSONAL HELPERS