Updated Rocketchat Integration (markdown)

Ralf Becker 2020-08-11 11:58:30 +02:00
parent edc613ec83
commit 70c60ef771

@ -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