|
|
|
|
6
|
|
6
|
|
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.
|
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
|
```sh
|
10
|
```sh
|
11
|
apt-get install lsb-release
|
11
|
apt-get install lsb-release
|
12
|
echo deb http://packages.prosody.im/debian $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.list
|
12
|
echo deb http://packages.prosody.im/debian $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.list
|
|
|
|
|
14
|
apt-get update
|
14
|
apt-get update
|
15
|
apt-get install prosody-trunk
|
15
|
apt-get install prosody-trunk
|
16
|
apt-get install git lua-zlib lua-sec-prosody lua-dbi-sqlite3 liblua5.1-bitop-dev liblua5.1-bitop0
|
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
|
## Configure prosody
|
19
|
## Configure prosody
|