Installation

Version 3 (François de Metz, 03/20/2009 06:20 PM)

1 1
h1. Installation
2 1
3 1
h2. Requirement
4 1
5 1
 * Web server with wsgi support
6 3 François de Metz
 * Jabber server with an admin account, "PEP":http://www.xmpp.org/extensions/xep-0163.html and "Service administration":http://www.xmpp.org/extensions/xep-0133.html support
7 1
8 1
h2. Download
9 1
10 1
http://dev.afflux-project.org/projects/list_files/client-services
11 1
12 1
h2. Configure 
13 1
14 2 François de Metz
h3. Web Server
15 1
16 2 François de Metz
 * Apache 2 with mod_wsgi
17 2 François de Metz
18 1
<pre><code>
19 1
WSGIPythonPath /home/user/client-services/src/
20 1
<VirtualHost *:80>
21 1
   WSGIScriptAlias /afflux /home/user/client-services/src/wsgihandler.py
22 1
</VirtualHost>
23 1
</code></pre>
24 2 François de Metz
25 2 François de Metz
h3. Config
26 2 François de Metz
27 2 François de Metz
 * Edit src/config.py
28 2 François de Metz
 * Edit src/logging.conf
29 2 François de Metz
30 2 François de Metz
h4. Verify
31 2 François de Metz
32 2 François de Metz
Go to http://server/setup 
33 2 François de Metz
34 2 François de Metz
h2. How to use ?
35 1
36 1
See [[API]] for more information about methods available.