Update quick-install.md

This commit is contained in:
Yasen Pramatarov 2014-08-06 16:24:21 +03:00
parent 7b2be8777b
commit b32fbc8c56
1 changed files with 2 additions and 10 deletions

View File

@ -34,16 +34,6 @@ wget -qO - https://download.jitsi.org/nightly/deb/unstable/archive.key | apt-key
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
```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
```
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.
### Reload Jitsi Meet