Update quick-install.md
This commit is contained in:
parent
7b2be8777b
commit
b32fbc8c56
|
@ -34,16 +34,6 @@ wget -qO - https://download.jitsi.org/nightly/deb/unstable/archive.key | apt-key
|
||||||
apt-get update
|
apt-get update
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install all in one run
|
|
||||||
|
|
||||||
```sh
|
|
||||||
apt-get -o Dpkg::Options::="--force-overwrite" -y install jigasi
|
|
||||||
```
|
|
||||||
|
|
||||||
If you install that way, you are ready to use Jitsi Meet with SIP gateway.
|
|
||||||
|
|
||||||
You can also install the components one by one, as described below.
|
|
||||||
|
|
||||||
### Install Jitsi Meet
|
### Install Jitsi Meet
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -77,6 +67,8 @@ wget https://download.jitsi.org/jigasi_1.0-1_amd64.deb
|
||||||
dpkg -i --force-overwrite jigasi_1.0-1_amd64.deb
|
dpkg -i --force-overwrite jigasi_1.0-1_amd64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You need to pass "--force-overwrite" option to dpkg, because the jigasi package patches some of the files in the jitsi-meet package in order to enable the SIP support in Jitsi Meet.
|
||||||
|
|
||||||
During the installation you'll be asked to enter your SIP account and password. This account will be used to invite the other SIP participants.
|
During the installation you'll be asked to enter your SIP account and password. This account will be used to invite the other SIP participants.
|
||||||
|
|
||||||
### Reload Jitsi Meet
|
### Reload Jitsi Meet
|
||||||
|
|
Loading…
Reference in New Issue