mirror of
https://github.com/YunoHost-Apps/tandoor_ynh.git
synced 2024-09-03 20:35:56 +02:00
Update install
This commit is contained in:
parent
dbbc075628
commit
a199e750f9
1 changed files with 2 additions and 0 deletions
|
@ -63,9 +63,11 @@ chown "$app:$app" "$install_dir/recipes/version.py"
|
||||||
# SPECIFIC SETUP
|
# SPECIFIC SETUP
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Building frontend..." --weight=5
|
ynh_script_progression --message="Building frontend..." --weight=5
|
||||||
|
|
||||||
_tandoor_build_frontend
|
_tandoor_build_frontend
|
||||||
|
|
||||||
ynh_script_progression --message="Installing Tandoor and its python dependencies..." --weight=1
|
ynh_script_progression --message="Installing Tandoor and its python dependencies..." --weight=1
|
||||||
|
|
||||||
_tandoor_venv_install
|
_tandoor_venv_install
|
||||||
|
|
||||||
ynh_script_progression --message="Running migrations and generating static files..." --weight=2
|
ynh_script_progression --message="Running migrations and generating static files..." --weight=2
|
||||||
|
|
Loading…
Add table
Reference in a new issue