Adding postgresql dependencies
This commit is contained in:
parent
646b6cb453
commit
2a47a555fb
@ -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
|
||||
|
||||
#=================================================
|
||||
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user