Installation » History » Version 6
Adrian Georgescu, 07/31/2012 09:56 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 | 5 | Adrian Georgescu | * python-wokkel http://wokkel.ik.nu/ |
| 9 | 1 | Adrian Georgescu | |
| 10 | 3 | Adrian Georgescu | h2. Manual installation |
| 11 | 1 | Adrian Georgescu | |
| 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 | 6 | Adrian Georgescu | <pre> |
| 29 | 1 | Adrian Georgescu | ./sylk-server --no-fork |
| 30 | 6 | Adrian Georgescu | </pre> |
| 31 | 1 | Adrian Georgescu | |
| 32 | To run SylkServer in the foreground in bonjour mode: |
||
| 33 | |||
| 34 | 6 | Adrian Georgescu | <pre> |
| 35 | 1 | Adrian Georgescu | ./sylk-server --no-fork --use-bonjour |
| 36 | 6 | Adrian Georgescu | </pre> |
| 37 | 1 | Adrian Georgescu | |
| 38 | To install SylkServer manually system wide: |
||
| 39 | |||
| 40 | <pre> |
||
| 41 | sudo python setup.py install |
||
| 42 | </pre> |
||
| 43 | 3 | Adrian Georgescu | |
| 44 | 4 | Adrian Georgescu | h2. Debian and Ubuntu Packages |
| 45 | 3 | Adrian Georgescu | |
| 46 | See http://sylkserver.com/download.phtml |