1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plateau_ynh.git synced 2024-09-03 20:06:38 +02:00

Merge pull request #9 from YunoHost-Apps/testing

Finalizing plateau packaging
This commit is contained in:
DDATAA 2022-12-19 08:44:48 +00:00 committed by GitHub
commit 77d582b3ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 7 deletions

View file

@ -32,7 +32,7 @@ Plateau helps designers organize and document participatory workshops. With Plat
**Shipped version:** 2.0.0b~ynh1 **Shipped version:** 2.0.0b~ynh1
**Demo:** https://github.com/l-atelier-des-chercheurs/PLATEAU **Demo:** https://plateau.latelier-des-chercheurs.fr
## Screenshots ## Screenshots
@ -50,7 +50,7 @@ no SSO
## Documentation and resources ## Documentation and resources
* Official app website: <https://github.com/l-atelier-des-chercheurs/PLATEAU> * Official app website: <https://latelier-des-chercheurs.fr>
* Official user documentation: <https://github.com/YunoHost-Apps/plateau_ynh> * Official user documentation: <https://github.com/YunoHost-Apps/plateau_ynh>
* Official admin documentation: <https://github.com/l-atelier-des-chercheurs/PLATEAU> * Official admin documentation: <https://github.com/l-atelier-des-chercheurs/PLATEAU>
* Upstream app code repository: <https://github.com/l-atelier-des-chercheurs/PLATEAU> * Upstream app code repository: <https://github.com/l-atelier-des-chercheurs/PLATEAU>

View file

@ -32,7 +32,7 @@ Plateau helps designers organize and document participatory workshops. With Plat
**Version incluse :** 2.0.0b~ynh1 **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 ## Captures d'écran
@ -50,7 +50,7 @@ no SSO
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : <https://github.com/l-atelier-des-chercheurs/PLATEAU> * Site officiel de l'app : <https://latelier-des-chercheurs.fr>
* Documentation officielle utilisateur : <https://github.com/YunoHost-Apps/plateau_ynh> * Documentation officielle utilisateur : <https://github.com/YunoHost-Apps/plateau_ynh>
* Documentation officielle de l'admin : <https://github.com/l-atelier-des-chercheurs/PLATEAU> * Documentation officielle de l'admin : <https://github.com/l-atelier-des-chercheurs/PLATEAU>
* Dépôt de code officiel de l'app : <https://github.com/l-atelier-des-chercheurs/PLATEAU> * Dépôt de code officiel de l'app : <https://github.com/l-atelier-des-chercheurs/PLATEAU>

View file

@ -14,7 +14,7 @@
port="666" port="666"
; Checks ; Checks
pkg_linter=1 pkg_linter=1
setup_sub_dir=1 setup_sub_dir=0
setup_root=1 setup_root=1
setup_nourl=0 setup_nourl=0
setup_private=1 setup_private=1

View file

@ -10,8 +10,8 @@
"url": "https://plateau.latelier-des-chercheurs.fr/", "url": "https://plateau.latelier-des-chercheurs.fr/",
"upstream": { "upstream": {
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"website": "https://github.com/l-atelier-des-chercheurs/PLATEAU", "website": "https://latelier-des-chercheurs.fr",
"demo": "https://github.com/l-atelier-des-chercheurs/PLATEAU", "demo": "https://plateau.latelier-des-chercheurs.fr",
"admindoc": "https://github.com/l-atelier-des-chercheurs/PLATEAU", "admindoc": "https://github.com/l-atelier-des-chercheurs/PLATEAU",
"userdoc": "https://github.com/YunoHost-Apps/plateau_ynh", "userdoc": "https://github.com/YunoHost-Apps/plateau_ynh",
"code": "https://github.com/l-atelier-des-chercheurs/PLATEAU" "code": "https://github.com/l-atelier-des-chercheurs/PLATEAU"

View file

@ -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 # UPDATE A CONFIG FILE
#================================================= #=================================================