mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
Merge branch 'testing' into yunohost-11
This commit is contained in:
commit
94ef77d8cd
2 changed files with 9 additions and 3 deletions
|
@ -117,7 +117,13 @@ ynh_add_nginx_config
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Building app..."
|
ynh_script_progression --message="Building app..."
|
||||||
|
|
||||||
ynh_add_systemd_config
|
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
||||||
|
mkdir -p "$final_path"
|
||||||
|
|
||||||
|
pushd $final_path
|
||||||
|
mkdir -p .venv
|
||||||
|
PIPENV_VENV_IN_PROJECT="enabled" PIPENV_SKIP_LOCK=true ynh_exec_warn_less python3 -m pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator pyzmq --three
|
||||||
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# ADD A CONFIGURATION
|
# ADD A CONFIGURATION
|
||||||
|
|
|
@ -127,8 +127,8 @@ then
|
||||||
ynh_script_progression --message="Building app..." --weight=160
|
ynh_script_progression --message="Building app..." --weight=160
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
PIPENV_VENV_IN_PROJECT="enabled" PIPENV_SKIP_LOCK=true ynh_exec_warn_less python3 -m pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator pyzmq
|
mkdir -p .venv
|
||||||
ynh_exec_warn_less python3 -m pipenv run jupyterhub upgrade-db
|
PIPENV_VENV_IN_PROJECT="enabled" PIPENV_SKIP_LOCK=true ynh_exec_warn_less python3 -m pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator pyzmq
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue