From 70c60ef7715e3a300159d1e890349d868c1623b0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 11 Aug 2020 11:58:30 +0200 Subject: [PATCH] Updated Rocketchat Integration (markdown) --- Rocketchat-Integration.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Rocketchat-Integration.md b/Rocketchat-Integration.md index 344f640..e3ef3a5 100644 --- a/Rocketchat-Integration.md +++ b/Rocketchat-Integration.md @@ -9,8 +9,11 @@ Rocket.Chat needs to be installed and configured. Therefore you should install EGroupware first, add your certificate or use eg. Certbot to get one, BEFORE you attempt to install Rocket.Chat. -> If you use a MariaDB/MySQL on the host (default for 19.1) you need to make sure that user root can connect without a password, eg. by creating a /root/.my.cnf file. - +> If you use a MariaDB/MySQL on the host (default for 19.1) you need to make sure that user root can connect without a password, eg. by creating a /root/.my.cnf file with the following content: +``` +[client] +password = secret +``` Install with the following command: ``` apt update