1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-02-26 20:02:12 +01:00
parent c538314a77
commit d61f809e42

View file

@ -9,22 +9,6 @@
source _common.sh source _common.sh
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
#=================================================
# STANDARD MODIFICATIONS
#=================================================
# FIND AND OPEN A PORT
#=================================================
#REMOVEME? ynh_script_progression --message="Finding an available port..." --weight=1
# Find a free port
#REMOVEME? port=$(ynh_find_port --port=8080)
#REMOVEME? port_hub=$(ynh_find_port --port=$(($port + 1)))
#REMOVEME? port_http_proxy=$(ynh_find_port --port=$(($port_hub + 1)))
#REMOVEME? ynh_app_setting_set --app=$app --key=port --value=$port
#REMOVEME? ynh_app_setting_set --app=$app --key=port_hub --value=$port_hub
#REMOVEME? ynh_app_setting_set --app=$app --key=port_http_proxy --value=$port_http_proxy
#================================================= #=================================================
# INSTALL DEPENDENCIES # INSTALL DEPENDENCIES
#================================================= #=================================================
@ -33,7 +17,6 @@ ynh_script_progression --message="Installing dependencies..." --weight=23
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
python3 -m pip install pipenv python3 -m pip install pipenv
npm install -g configurable-http-proxy npm install -g configurable-http-proxy
#================================================= #=================================================