Add command to re-run the installation eg. if you missed to specify the domain

Ralf Becker 2021-04-08 09:29:15 +02:00
parent b06963d2c4
commit 3345707a2d

@ -23,6 +23,10 @@ Replace example.org with your full qualified domain name, and apt with yum or zy
That will not only install Rocket.Chat, but also configure it to authenticate via OAuth against EGroupware. That will not only install Rocket.Chat, but also configure it to authenticate via OAuth against EGroupware.
> If you missed to specify the correct domain when you installed Rocket.Chat, you can always run the installation again - ***losing your chat data of cause*** - by running the following command:
```
HTTP_HOST=egw.my-new-domain.org /etc/egroupware-rocketchat/install-rocketchat.sh
```
The following steps show the configuration process in detail. The following steps show the configuration process in detail.
> *After installation is finished, you may want to look into some administration details e.g. to configure non-EGroupware accounts, configure Rocket.Chat to forget user session on window close (if browser is used with different EGroupware users) or to switch video-chat (Jitsi) off for GDPR reasons.* > *After installation is finished, you may want to look into some administration details e.g. to configure non-EGroupware accounts, configure Rocket.Chat to forget user session on window close (if browser is used with different EGroupware users) or to switch video-chat (Jitsi) off for GDPR reasons.*