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