mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
test
This commit is contained in:
parent
d7cfd05553
commit
882f495e54
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue