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:
parent
daccd1f141
commit
546f54e73e
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue