Installation
Version 1 (Adrian Georgescu, 07/31/2012 09:52 pm) → Version 2/13 (Adrian Georgescu, 07/31/2012 09:53 pm)
h1. Installation
h2. Dependencies
* python-sipsimple (>= 0.20.0) http://sipsimpleclient.com
* python-sqlobject (>= 0.12.4)
* python-twisted-words
* python-wokkel
h2. 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:
<pre>
darcs get http://devel.ag-projects.com/repositories/sylkserver
</pre>
To obtain the incremental changes after the initial get run:
<pre>
darcs pull -a
</pre>
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:
<pre>
sudo python setup.py install
</pre>
h2. Dependencies
* python-sipsimple (>= 0.20.0) http://sipsimpleclient.com
* python-sqlobject (>= 0.12.4)
* python-twisted-words
* python-wokkel
h2. 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:
<pre>
darcs get http://devel.ag-projects.com/repositories/sylkserver
</pre>
To obtain the incremental changes after the initial get run:
<pre>
darcs pull -a
</pre>
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:
<pre>
sudo python setup.py install
</pre>