Actions
Installation » History » Revision 12
« Previous |
Revision 12/13
(diff)
| Next »
Adrian Georgescu, 02/19/2014 06:29 PM
Installation¶
Dependencies¶
- python-sipsimple (>= 1.2.0) http://sipsimpleclient.org
- python-sqlobject (>= 0.12.4)
- python-twisted-words
- python-wokkel http://wokkel.ik.nu/
Manual installation¶
To run the latest development branch, you must download and run the software as follows.
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
Debian and Ubuntu Packages¶
Updated by Adrian Georgescu almost 11 years ago · 12 revisions