From f1e16521d8418c33ce49e0ec1f7781d183985f49 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 22 Oct 2020 16:58:24 +0200 Subject: [PATCH] fixed typo and added install instructions --- Install-JMS.sh | 2 +- readme.md | 31 +++++++++++++++++++++++++++++-- 2 files changed, 30 insertions(+), 3 deletions(-) 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