Installation » History » Version 2
Adrian Georgescu, 07/31/2012 09:53 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 | 2 | Adrian Georgescu | To run the latest development branch, you must download and run the software as follows. |
13 | |||
14 | 1 | Adrian Georgescu | The source code is managed using darcs version control tool. The darcs repository can be fetched with: |
15 | |||
16 | <pre> |
||
17 | darcs get http://devel.ag-projects.com/repositories/sylkserver |
||
18 | </pre> |
||
19 | |||
20 | To obtain the incremental changes after the initial get run: |
||
21 | |||
22 | <pre> |
||
23 | darcs pull -a |
||
24 | </pre> |
||
25 | |||
26 | To run SylkServer in the foreground: |
||
27 | |||
28 | ./sylk-server --no-fork |
||
29 | |||
30 | To run SylkServer in the foreground in bonjour mode: |
||
31 | |||
32 | ./sylk-server --no-fork --use-bonjour |
||
33 | |||
34 | To install SylkServer manually system wide: |
||
35 | |||
36 | <pre> |
||
37 | sudo python setup.py install |
||
38 | </pre> |