Installation

Requirement

Download

http://dev.afflux-project.org/projects/list_files/client-services

Configure

Web Server


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