mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-09 03:08:09 +00:00
Fix #944
This commit is contained in:
@@ -22,7 +22,7 @@ echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sou
|
|||||||
|
|
||||||
# install packages.
|
# install packages.
|
||||||
apt-get update
|
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 nginx stop
|
||||||
service php7.1-fpm stop
|
service php7.1-fpm stop
|
||||||
service mysql stop
|
service mysql stop
|
||||||
|
|||||||
@@ -50,6 +50,7 @@
|
|||||||
"ext-bcmath": "*",
|
"ext-bcmath": "*",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"ext-intl": "*",
|
"ext-intl": "*",
|
||||||
|
"ext-gd": "*",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-zip": "*",
|
"ext-zip": "*",
|
||||||
"bacon/bacon-qr-code": "1.*",
|
"bacon/bacon-qr-code": "1.*",
|
||||||
|
|||||||
Reference in New Issue
Block a user