This commit is contained in:
James Cole
2017-10-22 05:47:07 +02:00
parent 0358d45614
commit f326c5ec19
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sou
# install packages.
apt-get update
apt-get install -y nginx php7.1-fpm php7.1-mysql php7.1-cli php7.1-curl git php7.1-dev php7.1-zip php7.1-intl php7.1-dom php7.1-mbstring php7.1-bcmath mysql-server
apt-get install -y nginx php7.1-fpm php7.1-mysql php7.1-gd php7.1-cli php7.1-curl git php7.1-dev php7.1-zip php7.1-intl php7.1-dom php7.1-mbstring php7.1-bcmath mysql-server
service nginx stop
service php7.1-fpm stop
service mysql stop

View File

@@ -50,6 +50,7 @@
"ext-bcmath": "*",
"ext-curl": "*",
"ext-intl": "*",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-zip": "*",
"bacon/bacon-qr-code": "1.*",