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-09-08 20:36:02 +02:00 committed by GitHub
parent 7435d150f5
commit 067abdc75d

View file

@ -77,7 +77,7 @@ ynh_app_setting_set $app port $port
# INSTALL NODEJS
#=================================================
ynh_install_nodejs 4.8.3
ynh_install_nodejs 8.0.0
#=================================================
# INSTALL DEPENDENCIES
@ -98,9 +98,8 @@ ynh_mysql_setup_db $db_name $db_name
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
ynh_app_setting_set $app final_path $final_path
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source "$final_path"
npm install -g ethercalc
ethercalc
#=================================================
# NGINX CONFIGURATION