1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00
This commit is contained in:
Thomas 2023-02-28 22:27:34 +01:00 committed by GitHub
parent d7cfd05553
commit 882f495e54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,13 @@ pushd $install_dir
PIPENV_VENV_IN_PROJECT="enabled" PIPENV_SKIP_LOCK=true ynh_exec_warn_less python3 -m pipenv install fittrackee==$fittrackee_version python-dotenv
popd
#=================================================
# CONFIGURE log file
#=================================================
mkdir /var/log/$app/
touch /var/log/$app/$app.log
chown -R $app: /var/log/$app/
#=================================================
# CONFIGURE THE INSTALL SCRIPT
@ -65,6 +72,7 @@ mkdir "$install_dir/venv"
python3 -m venv "$install_dir/venv"
source $install_dir/.env
#=================================================
# INITIALIZE DATABASE
#=================================================