Actions
Installation » History » Revision 1
Revision 1/13
| Next »
Adrian Georgescu, 07/31/2012 09:52 PM
Installation¶
Dependencies¶
- python-sipsimple (>= 0.20.0) http://sipsimpleclient.com
- python-sqlobject (>= 0.12.4)
- python-twisted-words
- python-wokkel
Manual installation¶
The source code is managed using darcs version control tool. The darcs repository can be fetched with:
darcs get http://devel.ag-projects.com/repositories/sylkserver
To obtain the incremental changes after the initial get run:
darcs pull -a
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 install SylkServer manually system wide:
sudo python setup.py install
Updated by Adrian Georgescu over 12 years ago · 1 revisions