Changeset 857 for trunk/Monitoring/doc


Ignore:
Timestamp:
05/15/13 15:25:03 (11 years ago)
Author:
jripsl
Message:
  • start database communication implementation.
  • add usleep( 200 000 ) in CNClient to prevent overflow on the server side.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Monitoring/doc/README

    r854 r857  
    99                - Virtualenv installation 
    1010                        - 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 
     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 TracChangeset for help on using the changeset viewer.