source: trunk/Monitoring/doc/README @ 854

Last change on this file since 854 was 854, checked in by jripsl, 11 years ago

add JSON deserialization, mail notification, logging.

File size: 519 bytes
Line 
1- installation instructions
2        - LibIGCM RabbitMQ agent installation
3                - see CNClient/README
4        - Broker installation
5                - see Broker/README
6        - Supervisor installation
7                - Python installation
8                        - TODO: add python install instructions here
9                - Virtualenv installation
10                        - TODO: add virtual env install instructions here
11                - libraries installation
12                        - cd /opt
13                        - cd python2.6_ve/
14                        - cd bin
15                        - source activate
16                        - pip install pika         # RabbitMQ client library
17                        - pip install Sqlalchemy
18                        - pip install elixir
Note: See TracBrowser for help on using the repository browser.