mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update install
This commit is contained in:
parent
b2c43a6c2a
commit
35686944d8
1 changed files with 4 additions and 4 deletions
|
@ -56,8 +56,8 @@ set -a; source "$install_dir/.env"; set +a
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
mkdir -p .venv
|
mkdir -p .venv
|
||||||
PIPENV_VENV_IN_PROJECT="enabled" PIPENV_SKIP_LOCK=true ynh_exec_warn_less python3 -m pipenv install fittrackee==$fittrackee_version python-dotenv
|
PIPENV_VENV_IN_PROJECT="enabled" PIPENV_SKIP_LOCK=true ynh_exec_warn_less python3 -m pipenv install fittrackee==$fittrackee_version python-dotenv
|
||||||
pipenv shell
|
|
||||||
ftcli db upgrade
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,9 +66,9 @@ popd
|
||||||
#=================================================
|
#=================================================
|
||||||
# INITIALIZE DATABASE
|
# INITIALIZE DATABASE
|
||||||
#=================================================
|
#=================================================
|
||||||
# ynh_script_progression --message="Initializing database..." --weight=1
|
ynh_script_progression --message="Initializing database..." --weight=1
|
||||||
|
|
||||||
# ynh_exec_warn_less $install_dir/.venv/bin/ftcli db upgrade
|
ynh_exec_warn_less $install_dir/.venv/bin/ftcli db upgrade
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue