« Previous -
Version 3/4
(diff) -
Next » -
Current version
François de Metz, 03/20/2009 06:20 PM
add requirements
Installation¶
Requirement¶
- Web server with wsgi support
- Jabber server with an admin account, PEP and Service administration support
Download¶
http://dev.afflux-project.org/projects/list_files/client-services
Configure¶
Web Server¶
- Apache 2 with mod_wsgi
WSGIPythonPath /home/user/client-services/src/
<VirtualHost *:80>
WSGIScriptAlias /afflux /home/user/client-services/src/wsgihandler.py
</VirtualHost>
Config¶
- Edit src/config.py
- Edit src/logging.conf
Verify
Go to http://server/setup
How to use ?¶
See API for more information about methods available.