mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
Merge pull request #61 add dependencie postgresql-contrib
add dependencie postgresql-contrib
This commit is contained in:
commit
9b9c026534
3 changed files with 6 additions and 6 deletions
|
@ -70,7 +70,7 @@ ynh_app_setting_set "$app" port "$port"
|
|||
#=================================================
|
||||
|
||||
ynh_install_app_dependencies build-essential curl ffmpeg \
|
||||
libjpeg-dev libmagic-dev libpq-dev postgresql python3-dev virtualenv \
|
||||
libjpeg-dev libmagic-dev libpq-dev postgresql postgresql-contrib python3-dev virtualenv \
|
||||
redis-server libldap2-dev libsasl2-dev \
|
||||
`# add arm support` \
|
||||
zlib1g-dev libffi-dev libssl-dev
|
||||
|
@ -260,4 +260,4 @@ fi
|
|||
#=================================================
|
||||
|
||||
systemctl start "$app-server" "$app-worker" "$app-beat"
|
||||
systemctl reload nginx
|
||||
systemctl reload nginx
|
||||
|
|
|
@ -96,7 +96,7 @@ ynh_system_user_create "$app"
|
|||
#=================================================
|
||||
|
||||
ynh_install_app_dependencies build-essential curl ffmpeg \
|
||||
libjpeg-dev libmagic-dev libpq-dev postgresql python3-dev virtualenv \
|
||||
libjpeg-dev libmagic-dev libpq-dev postgresql postgresql-contrib python3-dev virtualenv \
|
||||
redis-server libldap2-dev libsasl2-dev \
|
||||
`# add arm support` \
|
||||
zlib1g-dev libffi-dev libssl-dev
|
||||
|
@ -147,4 +147,4 @@ systemctl restart "$app.target"
|
|||
# RELOAD NGINX AND PHP-FPM
|
||||
#=================================================
|
||||
|
||||
systemctl reload nginx
|
||||
systemctl reload nginx
|
||||
|
|
|
@ -143,7 +143,7 @@ ynh_system_user_create "$app"
|
|||
#=================================================
|
||||
|
||||
ynh_install_app_dependencies build-essential curl ffmpeg \
|
||||
libjpeg-dev libmagic-dev libpq-dev postgresql python3-dev virtualenv \
|
||||
libjpeg-dev libmagic-dev libpq-dev postgresql postgresql-contrib python3-dev virtualenv \
|
||||
redis-server libldap2-dev libsasl2-dev \
|
||||
`# add arm support` \
|
||||
zlib1g-dev libffi-dev libssl-dev
|
||||
|
@ -287,4 +287,4 @@ ynh_app_setting_set "$app" code_migration 2
|
|||
# RESTART Funkwhale
|
||||
#=================================================
|
||||
|
||||
systemctl restart "$app.target"
|
||||
systemctl restart "$app.target"
|
||||
|
|
Loading…
Add table
Reference in a new issue