diff --git a/Install-JMS.sh b/Install-JMS.sh index 0963663..70214a9 100644 --- a/Install-JMS.sh +++ b/Install-JMS.sh @@ -1,5 +1,5 @@ ####################### -# JitsiMeet - JVB # +# JitsiMeet - JMS # ####################### diff --git a/readme.md b/readme.md index 2c6cae2..99131cc 100644 --- a/readme.md +++ b/readme.md @@ -6,9 +6,36 @@ jitsi is salable and consists of the following components * 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 serves the frond end and handles communication between all components