mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 07:15:04 +02:00
Updated Rocketchat Integration (markdown)
@ -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
|
||||
|
Reference in New Issue
Block a user