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

Add some messaging

This commit is contained in:
Alexandre Aubin 2020-06-30 20:40:31 +02:00
parent daccd1f141
commit 546f54e73e

View file

@ -111,6 +111,8 @@ ynh_system_user_create --username=$app
#=================================================
# PYTHON DEPENDENCIES
#=================================================
ynh_script_progression --message="Installing more dependencies..."
virtualenv "$final_path/venv"
(
set +o nounset
@ -126,6 +128,8 @@ virtualenv "$final_path/venv"
# CONFIGURATION DJANGO
#=================================================
ynh_script_progression --message="Configuring application..."
export prefix="${path_url#"/"}/"
prefix=${prefix%"/"}
ynh_render_template ../conf/local.py.j2 "$final_path/coin/settings_local.py"