1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00

Adding postgresql dependencies

This commit is contained in:
Yalh 2019-01-30 04:29:34 +01:00
parent 646b6cb453
commit 2a47a555fb
3 changed files with 3 additions and 3 deletions

View file

@ -96,7 +96,7 @@ ynh_app_setting_set $app port $port
### - As well as the section "REINSTALL DEPENDENCIES" in the restore script
### - And the section "UPGRADE DEPENDENCIES" in the upgrade script
ynh_install_app_dependencies redis-server
ynh_install_app_dependencies redis-server postgresql postgresql-contrib
ynh_install_nodejs 10
#=================================================

View file

@ -91,7 +91,7 @@ chown -R $app: $final_path
#=================================================
# Define and install dependencies
ynh_install_app_dependencies redis-server
ynh_install_app_dependencies redis-server postgresql postgresql-contrib
ynh_install_nodejs 10
#=================================================

View file

@ -90,7 +90,7 @@ ynh_add_nginx_config
# UPGRADE DEPENDENCIES
#=================================================
ynh_install_app_dependencies redis-server
ynh_install_app_dependencies redis-server postgresql postgresql-contrib
ynh_install_nodejs 10
#=================================================