mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:13 +01:00
Updated Rocketchat Integration (markdown)
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
|
||||
|
Loading…
Reference in New Issue
Block a user