1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shiori_ynh.git synced 2024-09-03 20:26:17 +02:00
This commit is contained in:
Éric Gaspar 2022-07-16 19:10:27 +02:00
parent 36852a684e
commit fc9fd62239
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/shiori migrate serve --port __PORT__ --webroot __PATH__
ExecStart=__FINALPATH__/shiori serve --port __PORT__ --webroot __PATH__
Restart=always
Environment="SHIORI_DIR=__DATADIR__"

View file

@ -103,11 +103,11 @@ chown -R $app:www-data "$datadir"
#=================================================
# MIGRATE DATABASE
#=================================================
# ynh_script_progression --message="Migrate database..." --weight=10
ynh_script_progression --message="Migrate database..." --weight=10
# pushd $final_path
# ./shiori migrate
# popd
pushd $final_path
./shiori migrate
popd
#=================================================
# SETUP SYSTEMD

View file

@ -81,9 +81,9 @@ chmod +x "$final_path/shiori"
#=================================================
ynh_script_progression --message="Migrate database..." --weight=10
# pushd $final_path
# ./shiori migrate
# popd
pushd $final_path
./shiori migrate
popd
#=================================================
# NGINX CONFIGURATION