source: trunk/Monitoring/doc/README @ 857

Last change on this file since 857 was 857, checked in by jripsl, 11 years ago
  • start database communication implementation.
  • add usleep( 200 000 ) in CNClient to prevent overflow on the server side.
File size: 1.2 KB
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                - Python PYPI libraries installation
12                        - procedure (as root)
13                                - cd /opt
14                                - cd python2.6_ve/
15                                - cd bin
16                                - source activate
17                                - pip install <package name>
18                        - packages list
19                                - packages below are needed by SMON
20                                        - pip install pika # RabbitMQ client library
21                                - packages below are needed by Prodiguer library
22                                        -
23                                                - pip install Sqlalchemy
24                                                - pip install elixir
25                                                - pip install simplejson
26                                        - note: some Elixir/SQLAlchemy versions are not compatible.
27                                          to be sure, you can use version below which are compatible
28                                                - Elixir-0.7.1-py2.6.egg-info
29                                                - SQLAlchemy-0.7.8-py2.6.egg-info
30                - Prodiguer library installation
31                        - svn co svn+ssh://<login here>@forge.ipsl.jussieu.fr/ipsl/forge/projets/prodiguer/svn/sw/src/python/trunk/prodiguer_repository/src
32                        - edit "watch" script and edit line below accordingly
33                                - sys.path.append("/home/jripsl/snapshot/src")
Note: See TracBrowser for help on using the repository browser.