-
Notifications
You must be signed in to change notification settings - Fork 54
/
INSTALL
72 lines (39 loc) · 1.42 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
SylkServer Installation
-----------------------
Copyright (c) AG Projects
http://ag-projects.com
Home page: http://sylkserver.com
Ths software can be installed manually from it source tree or as a Debian
package on Debian and Ubuntu systems.
Debian and Ubuntu packages
--------------------------
See https://packages.ag-projects.com
Update the list of available packages:
sudo apt-get update
Install SylkServer:
sudo apt-get install sylkserver
or
sudo apt-get install sylkserver-webrtc-gateway
Enable SylkServer:
Edit /etc/default/sylkserver and set RUN_SYLKSERVER=yes
Configure SylkServer:
Edit the .ini files inside /etc/sylkserver/ folder.
Run SylkServer:
sudo systemctl start sylkserver
High level application logs are logged to journal, use journalctl -f to read the live logs
Detail protocol traces are logged in /var/log/sylkserver/
Manual installation
-------------------
The source code can be retrieved:
1. Using git from https://github.com/AGProjects/sylkserver/
2. Using darcs from http://devel.ag-projects.com/repositories/sylkserver
Install the required dependencies:
* python3-sipsimple from http://sipsimpleclient.org (>= 5.3.0)
* python3-autobahn
* python3-klein
* python3-wokkel
To run SylkServer in the foreground:
./sylk-server --no-fork
To run SylkServer in the foreground in bonjour mode:
./sylk-server --no-fork --use-bonjour
To toggle debug mode send SIGUSR1 signal to the sylk-server process.