|
|
@@ -2,7 +2,9 @@
|
|
2
|
2
|
|
|
3
|
3
|
This documents decribes the needed steps for quick Jitsi Meet installation on a Debian based GNU/Linux system.
|
|
4
|
4
|
|
|
5
|
|
-# Add the repository
|
|
|
5
|
+## Basic Jitsi Meet install
|
|
|
6
|
+
|
|
|
7
|
+### Add the repository
|
|
6
|
8
|
|
|
7
|
9
|
```sh
|
|
8
|
10
|
add-apt-repository 'deb http://download.jitsi.org/nightly/deb unstable/'
|
|
|
@@ -20,13 +22,13 @@ or add the repository by hand with
|
|
20
|
22
|
echo 'deb http://download.jitsi.org/nightly/deb trusty unstable/' >> /etc/apt/sources.list
|
|
21
|
23
|
```
|
|
22
|
24
|
|
|
23
|
|
-# Update the package lists
|
|
|
25
|
+### Update the package lists
|
|
24
|
26
|
|
|
25
|
27
|
```sh
|
|
26
|
28
|
apt-get update
|
|
27
|
29
|
```
|
|
28
|
30
|
|
|
29
|
|
-# Install Jitsi Meet
|
|
|
31
|
+### Install Jitsi Meet
|
|
30
|
32
|
|
|
31
|
33
|
```sh
|
|
32
|
34
|
apt-get -y install jitsi-meet
|
|
|
@@ -36,7 +38,7 @@ During the installation you'll be asked to enter the hostname of the Jitsi Meet
|
|
36
|
38
|
|
|
37
|
39
|
This hostname (ot IP address) will be used for virtualhost configuration inside the Jitsi Meet and also you and your correspondents will be using it to access the web conferences.
|
|
38
|
40
|
|
|
39
|
|
-# Open a conference
|
|
|
41
|
+### Open a conference
|
|
40
|
42
|
|
|
41
|
43
|
Launch a web broswer (Chrome, Chromium or latest Opera) and enter in the URL bar the hostname (or IP address) you used in the previous step.
|
|
42
|
44
|
|
|
|
@@ -44,5 +46,5 @@ Confirm that you trust the self-signed certificate of the newly installed Jitsi
|
|
44
|
46
|
|
|
45
|
47
|
Enjoy!
|
|
46
|
48
|
|
|
47
|
|
-# Add sip-gateway to Jitsi Meet
|
|
|
49
|
+## Adding sip-gateway to Jitsi Meet
|
|
48
|
50
|
|