fixed typo and added install instructions
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#######################
|
#######################
|
||||||
# JitsiMeet - JVB #
|
# JitsiMeet - JMS #
|
||||||
#######################
|
#######################
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
31
readme.md
31
readme.md
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user