Changeset 859 for trunk/Monitoring/doc


Ignore:
Timestamp:
05/20/13 09:13:18 (11 years ago)
Author:
jripsl
Message:
  • add killed/segfault detection.
  • database communication implementation (suite).
  • trap BREAK signal to stop consumer before exiting.
Location:
trunk/Monitoring/doc
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Monitoring/doc/README

    r857 r859  
    2121                                - packages below are needed by Prodiguer library 
    2222                                        - 
     23                                                - pip install psycopg2 
     24                                                        - doesn't work (Error: pg_config executable not found) 
     25                                                                - solution is 
     26                                                                        - yum install python-psycopg2.x86_64 
     27                                                                        - yum install libpqxx-devel 
     28                                                                        - yum install python-devel 
     29                                                                        - pip install psycopg2 
     30                                                                                - works 
    2331                                                - pip install Sqlalchemy 
    2432                                                - pip install elixir 
     
    2937                                                - SQLAlchemy-0.7.8-py2.6.egg-info 
    3038                - 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 
     39                        - svn co svn+ssh://<login here>@forge.ipsl.jussieu.fr/ipsl/forge/projets/prodiguer/svn/sw/src/python/trunk/prodiguer_shared/src 
    3240                        - edit "watch" script and edit line below accordingly 
    3341                                - sys.path.append("/home/jripsl/snapshot/src")  
Note: See TracChangeset for help on using the changeset viewer.