diff --git a/INSTALL b/INSTALL index 126feb8..7c3b325 100644 --- a/INSTALL +++ b/INSTALL @@ -1,81 +1,85 @@ SylkServer Installation ----------------------- Copyright (c) 2010-2014 AG Projects http://ag-projects.com Home page: http://sylkserver.com Ths software can be installed manually from it source tree or as a Debian package on Debian and Ubuntu systems. Debian and Ubuntu packages -------------------------- Install the AG Projects debian software signing key: wget http://download.ag-projects.com/agp-debian-gpg.key sudo apt-key add agp-debian-gpg.key Add these repository matching your distribution to /etc/apt/sources.list: http://projects.ag-projects.com/projects/documentation/wiki/Repositories Update the list of available packages: sudo apt-get update Install SylkServer: sudo apt-get install sylkserver Enable SylkServer: Edit /etc/default/sylkserver and set RUN_SYLKSERVER=yes Configure SylkServer: Edit /etc/sylkserver/config.ini Run SylkServer: /etc/init.d/sylkserver start High level application logs are logged to syslog. Detail protocol traces are logged in /var/log/sylkserver/ 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 Install the required dependencies: * python-sipsimple http://sipsimpleclient.org * python-sqlobject (>= 0.12.4) * python-twisted + * python-werkzeug + +Optionally, install the following packages for extra functionality: + * python-wokkel http://wokkel.ik.nu/ 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 diff --git a/debian/control b/debian/control index b6365f5..14952c2 100644 --- a/debian/control +++ b/debian/control @@ -1,26 +1,26 @@ Source: sylkserver Section: net Priority: optional Maintainer: Saul Ibarra Uploaders: Dan Pascu , Adrian Georgescu Build-Depends: debhelper (>= 7.3.5), python-all (>= 2.7) Standards-Version: 3.9.6 Package: sylkserver Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-application (>= 1.4.0), python-eventlib, python-lxml, python-sipsimple (>= 2.4.0), python-twisted-web +Depends: ${python:Depends}, ${misc:Depends}, python-application (>= 1.4.0), python-eventlib, python-lxml, python-sipsimple (>= 2.4.0), python-twisted-web, python-werkzeug Suggests: libavahi-compat-libdnssd1, python-twisted-words, python-wokkel (>= 0.7.0) Recommends: sylkserver-sounds Description: A state of the art, extensible SIP Application Server SylkServer is an application server that can be programmed to perform SIP end-point applications and act as a gateway between SIP and XMPP domains. Package: sylkserver-sounds Architecture: all Depends: ${misc:Depends}, sylkserver Description: A state of the art, extensible SIP Application Server SylkServer is an application server that can be programmed to perform SIP end-point applications and act as a gateway between SIP and XMPP domains. . This package contains sounds used by SylkServer.