1
0
Fork 0
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:
Jean-Baptiste 2019-02-08 13:35:35 +01:00 committed by GitHub
commit 9b9c026534
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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"