mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
Update install
This commit is contained in:
parent
90acf2cef0
commit
8703e511bb
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"website": "https://etherpad.org/",
|
"website": "https://etherpad.org/",
|
||||||
"demo": "https://video.etherpad.com/",
|
"demo": "https://video.etherpad.com/",
|
||||||
"admindoc": "http://etherpad.org/doc/v1.8.14",
|
"admindoc": "http://etherpad.org/doc/v1.8.15",
|
||||||
"userdoc": "https://yunohost.org/en/app_etherpad",
|
"userdoc": "https://yunohost.org/en/app_etherpad",
|
||||||
"code": "https://github.com/ether/etherpad-lite"
|
"code": "https://github.com/ether/etherpad-lite"
|
||||||
},
|
},
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
"name": "eric_G"
|
"name": "eric_G"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.2.4"
|
"yunohost": ">= 4.3.0"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
|
@ -121,7 +121,7 @@ then
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
git pull origin
|
git pull origin
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_as $app env "$ynh_node_load_PATH" src/bin/installDeps.sh
|
ynh_exec_as $app env "$ynh_node_load_PATH" src/bin/run.sh
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue