« Previous - Version 3/4 (diff) - Next » - Current version
François de Metz, 03/20/2009 06:20 PM
add requirements


Installation

Requirement

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.

Also available in: HTML TXT