Project

General

Profile

Installation » History » Version 1

Adrian Georgescu, 07/31/2012 09:52 PM

1 1 Adrian Georgescu
h1. Installation
2
3
h2. Dependencies
4
5
 * python-sipsimple (>= 0.20.0) http://sipsimpleclient.com
6
 * python-sqlobject (>= 0.12.4)
7
 * python-twisted-words
8
 * python-wokkel
9
10
h2. Manual installation 
11
12
The source code is managed using darcs version control tool. The darcs repository can be fetched with:
13
14
<pre>
15
darcs get http://devel.ag-projects.com/repositories/sylkserver
16
</pre>
17
18
To obtain the incremental changes after the initial get run:
19
20
<pre>
21
darcs pull -a
22
</pre>
23
24
To run SylkServer in the foreground:
25
26
./sylk-server --no-fork
27
28
To run SylkServer in the foreground in bonjour mode:
29
30
./sylk-server --no-fork --use-bonjour
31
32
To install SylkServer manually system wide:
33
34
<pre>
35
sudo python setup.py install
36
</pre>