1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ethercalc_ynh.git synced 2024-09-03 18:26:36 +02:00

Update install

This commit is contained in:
Rafi59 2017-10-06 15:57:23 +02:00 committed by GitHub
parent f684ce2315
commit 24ea9f66d1

View file

@ -97,7 +97,7 @@ ynh_mysql_setup_db $db_name $db_name
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
ynh_use_nodejs
npm install ethercalc
./node_modules/ethercalc/bin/ethercalc
#=================================================
@ -131,10 +131,6 @@ ynh_add_systemd_config
# INSTALL ETHERCALC
#=================================================
# Installe les dépendances de ethercalc et procède à l'intallation.
ynh_use_nodejs
sudo_path "$final_path/bin/installDeps.sh" > $install_log 2>&1
sudo_path npm install forever -g >> $install_log 2>&1
#=================================================
# CONFIGURE ETHERCALC