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
- Download the agent : http://www.aditam.org/downloads/0.1/windows/ADITAM_Agent_v0.1_setup.exe
- Download the server : http://www.aditam.org/downloads/0.1/windows/ADITAM_Server_v0.1_setup.exe
- Install the exe files.
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.
