Update isntall with pgsql

This commit is contained in:
Dennis Eichhorn 2018-10-10 23:39:28 +02:00
parent 23e900a92c
commit 5bb14ef11e

View File

@ -2,7 +2,9 @@
apt-get update
apt-get install git php7.2 php7.2-cli php7.2-common php7.2-mysql php7.2-xdebug php7.2-json php7.2-opcache php7.2-pdo php7.2-sqlite php7.2-mbstring php7.2-curl php7.2-imap php7.2-bcmath php7.2-zip php7.2-dom php7.2-xml php7.2-phar php7.2-gd php7.2-dev php-pear apache2 mysql-server
apt-get install git php7.2 php7.2-cli php7.2-common php7.2-mysql php7.2-pgsql php7.2-xdebug php7.2-json php7.2-opcache php7.2-pdo php7.2-sqlite php7.2-mbstring php7.2-curl php7.2-imap php7.2-bcmath php7.2-zip php7.2-dom php7.2-xml php7.2-phar php7.2-gd php7.2-dev php-pear apache2 mysql-server postgresql postgresql-contrib
update-rc.d postgresql enable
a2enmod rewrite
a2enmod headers