1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

add php packages

This commit is contained in:
Sebastian Gumprich 2017-07-09 17:54:44 +02:00
parent 4a5cf4d6af
commit 02e4c78b14

View file

@ -41,7 +41,7 @@ sudo mkdir -p $final_path
sudo chmod 775 $final_path sudo chmod 775 $final_path
ynh_install_php7 ynh_install_php7
ynh_package_install php7.0 php7.0-zip php7.0-fpm php7.0-mysql php7.0-xml php7.0-intl php7.0-mbstring --no-install-recommends ynh_package_install php7.0 php7.0-zip php7.0-fpm php7.0-mysql php7.0-xml php7.0-intl php7.0-mbstring php7.0-gd php7.0-curl --no-install-recommends
### MySQL (can be removed if not used) ### ### MySQL (can be removed if not used) ###
# If your app use a MySQL database you can use these lines to bootstrap # If your app use a MySQL database you can use these lines to bootstrap