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
4509bde313
commit
f7ed7462a2
1 changed files with 2 additions and 1 deletions
|
@ -118,6 +118,7 @@ chown -R $app: $final_path
|
|||
|
||||
pushd $final_path || ynh_die
|
||||
ynh_use_nodejs
|
||||
npm install -g npm@latest
|
||||
ynh_exec_as $app env $ynh_node_load_PATH src/bin/installDeps.sh
|
||||
popd || ynh_die
|
||||
|
||||
|
@ -147,7 +148,7 @@ chmod 600 $final_path/credentials.json
|
|||
ynh_script_progression --message="Configuring a systemd service..." --weight=4
|
||||
|
||||
# Create a dedicated systemd config
|
||||
ynh_add_systemd_config --others_var="ynh_node_load_PATH"
|
||||
ynh_add_systemd_config
|
||||
|
||||
#=================================================
|
||||
# INTEGRATE SERVICE IN YUNOHOST
|
||||
|
|
Loading…
Add table
Reference in a new issue