fixed typo and added install instructions

This commit is contained in:
2020-10-22 16:58:24 +02:00
parent bc77502b0d
commit f1e16521d8
2 changed files with 30 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
####################### #######################
# JitsiMeet - JVB # # JitsiMeet - JMS #
####################### #######################

View File

@@ -6,9 +6,36 @@ jitsi is salable and consists of the following components
* JIB (Jitsi Recorder) * JIB (Jitsi Recorder)
# Instalation instructions # Installation instructions
# Component explenation ## JMS/first server
Run the commands underneath and follow the onscreen instructions
```
curl -so Install-JMS.sh https://git.ictmaatwerk.com/VPS-scripts/MeetServer/raw/branch/main/Install-JMS.sh
bash Install-JMS.sh
```
## JIB
Make sure the server is connected to the same internal network
Copy `/etc/ICTM/JitsiMeet.var` from main server to `~/jistiMeet.var` on the new server.
Then run the commands underneath and follow the onscreen instructions
```
curl -so Install-JIB.sh https://git.ictmaatwerk.com/VPS-scripts/MeetServer/raw/branch/main/Install-JIB.sh
bash Install-JIB.sh
```
## JVB
Make sure the server is connected to the same internal network
Copy `/etc/ICTM/JitsiMeet.var` from main server to `~/jistiMeet.var` on the new server.
Then run the commands underneath
```
curl -so Install-JVB.sh https://git.ictmaatwerk.com/VPS-scripts/MeetServer/raw/branch/main/Install-JVB.sh
bash Install-JVB.sh
```
# Component explanation
## JMS ## JMS
JMS serves the frond end and handles communication between all components JMS serves the frond end and handles communication between all components