From 8f650def5873e08e0fe3b5d6e7490855cba5e6bb Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Fri, 16 Dec 2022 15:26:38 +0000 Subject: [PATCH 1/4] Update upgrade repair upgrade --- scripts/upgrade | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 96215a3..74a4e49 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -133,6 +133,22 @@ ynh_add_nginx_config # ... #================================================= +#================================================= +# UPGRADE DEPENDENCIES +#================================================= +ynh_script_progression --message="Upgrading dependencies..." + +# Define and install dependencies +ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version +ynh_use_nodejs + +#================================================= +# INSTALL PLATEAU +#================================================= +ynh_script_progression --message="Installing Plateau..." --weight=3 +cd $final_path +ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install + #================================================= # UPDATE A CONFIG FILE #================================================= From 4f1529c2fa81f389ff8edd107039acd1cedb3700 Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Mon, 19 Dec 2022 06:00:18 +0000 Subject: [PATCH 2/4] Update check_process no setup sub-dir --- check_process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_process b/check_process index b287317..7c41a86 100644 --- a/check_process +++ b/check_process @@ -14,7 +14,7 @@ port="666" ; Checks pkg_linter=1 - setup_sub_dir=1 + setup_sub_dir=0 setup_root=1 setup_nourl=0 setup_private=1 From 3da801d0f722c64266fa3a1b2c80ec35ec76ac80 Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Mon, 19 Dec 2022 06:04:37 +0000 Subject: [PATCH 3/4] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index be46e07..3715223 100644 --- a/manifest.json +++ b/manifest.json @@ -10,8 +10,8 @@ "url": "https://plateau.latelier-des-chercheurs.fr/", "upstream": { "license": "AGPL-3.0-or-later", - "website": "https://github.com/l-atelier-des-chercheurs/PLATEAU", - "demo": "https://github.com/l-atelier-des-chercheurs/PLATEAU", + "website": "https://latelier-des-chercheurs.fr", + "demo": "https://plateau.latelier-des-chercheurs.fr", "admindoc": "https://github.com/l-atelier-des-chercheurs/PLATEAU", "userdoc": "https://github.com/YunoHost-Apps/plateau_ynh", "code": "https://github.com/l-atelier-des-chercheurs/PLATEAU" From 63df0bbea6c0c4a03eb510efe2b0713786fa4898 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 19 Dec 2022 08:43:33 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 4 ++-- README_fr.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f26e3c..37cb98c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Plateau helps designers organize and document participatory workshops. With Plat **Shipped version:** 2.0.0b~ynh1 -**Demo:** https://github.com/l-atelier-des-chercheurs/PLATEAU +**Demo:** https://plateau.latelier-des-chercheurs.fr ## Screenshots @@ -50,7 +50,7 @@ no SSO ## Documentation and resources -* Official app website: +* Official app website: * Official user documentation: * Official admin documentation: * Upstream app code repository: diff --git a/README_fr.md b/README_fr.md index cc9b7e1..11b9021 100644 --- a/README_fr.md +++ b/README_fr.md @@ -32,7 +32,7 @@ Plateau helps designers organize and document participatory workshops. With Plat **Version incluse :** 2.0.0b~ynh1 -**Démo :** https://github.com/l-atelier-des-chercheurs/PLATEAU +**Démo :** https://plateau.latelier-des-chercheurs.fr ## Captures d'écran @@ -50,7 +50,7 @@ no SSO ## 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 :