From bd5bcb0951e06e352f8a47915128ee6f75665844 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 27 Oct 2018 20:41:12 +0200 Subject: [PATCH] add info how to set password --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 510a71e..a813d60 100644 --- a/install.sh +++ b/install.sh @@ -4,6 +4,8 @@ apt-get update 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 +# ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY ''; + update-rc.d postgresql enable a2enmod rewrite