Install documentation

Universal installation

Install python >= 2.5

  • Linux / Unix please use your distribution package / port.
  • Windows go here : http://www.python.org/download/
  • Mac OS X >= 10.5 : you already have python 2.5.

Install easy_install

Follow this documentation : http://peak.telecommunity.com/DevCenter/EasyInstall#installation-instructions

Install the packages

Download the packages : http://www.aditam.org/eggs/

  • For the agent
     easy-install aditam.agent
    
  • For the server
     easy-install aditam.server
    

Use the programm

  • Server
    aditam-admin.py -c -C -s
    aditam-server.py 
    
  • Agent
    aditam-admin.py -a
    aditam-agent.py
    

Windows Installation

Install the exes

Setup

  • The database :
    aditam-admin.py -C -c
    
  • The server :
    aditam-admin.py -s
    
  • The agent :
    aditam-admin.py -a
    

Launch

* The server :

aditam-server.py

* The agent :

aditam-agent.py

GNU/Linux

Debian and derivate

Mac OS X

Follow the universal installation.