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:
parent
646b6cb453
commit
2a47a555fb
3 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ ynh_app_setting_set $app port $port
|
||||||
### - As well as the section "REINSTALL DEPENDENCIES" in the restore script
|
### - As well as the section "REINSTALL DEPENDENCIES" in the restore script
|
||||||
### - And the section "UPGRADE DEPENDENCIES" in the upgrade 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
|
ynh_install_nodejs 10
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -91,7 +91,7 @@ chown -R $app: $final_path
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Define and install dependencies
|
# Define and install dependencies
|
||||||
ynh_install_app_dependencies redis-server
|
ynh_install_app_dependencies redis-server postgresql postgresql-contrib
|
||||||
ynh_install_nodejs 10
|
ynh_install_nodejs 10
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -90,7 +90,7 @@ ynh_add_nginx_config
|
||||||
# UPGRADE DEPENDENCIES
|
# UPGRADE DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_install_app_dependencies redis-server
|
ynh_install_app_dependencies redis-server postgresql postgresql-contrib
|
||||||
ynh_install_nodejs 10
|
ynh_install_nodejs 10
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue