|
@@ -6,7 +6,7 @@ change references to that to match your host, and generate some passwords for
|
6
|
6
|
|
7
|
7
|
There are also some complete [example config files](https://github.com/jitsi/jitsi-meet/tree/master/doc/example-config-files/) available, mentioned in each section.
|
8
|
8
|
|
9
|
|
-## Install prosody and otalk modules
|
|
9
|
+## Install prosody
|
10
|
10
|
```sh
|
11
|
11
|
apt-get install lsb-release
|
12
|
12
|
echo deb http://packages.prosody.im/debian $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.list
|
|
@@ -14,9 +14,6 @@ wget --no-check-certificate https://prosody.im/files/prosody-debian-packages.key
|
14
|
14
|
apt-get update
|
15
|
15
|
apt-get install prosody-trunk
|
16
|
16
|
apt-get install git lua-zlib lua-sec-prosody lua-dbi-sqlite3 liblua5.1-bitop-dev liblua5.1-bitop0
|
17
|
|
-git clone https://github.com/andyet/otalk-server.git
|
18
|
|
-cd otalk-server
|
19
|
|
-cp -r mod* /usr/lib/prosody/modules
|
20
|
17
|
```
|
21
|
18
|
|
22
|
19
|
## Configure prosody
|