Changeset 257

Show
Ignore:
Timestamp:
01/04/09 09:04:31 (3 years ago)
Author:
paparazzia
Message:

* on utilise VLMRACINE par défaut
* maj doc

Location:
trunk/grib
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/grib/README

    r249 r257  
    22 
    33Il requiert les outils suivants 
    4 * cnvgrib (du noaa) 
    5 * windserver (de lib/vlm-c) 
     4 * cnvgrib (du noaa) 
     5 * windserver (de lib/vlm-c) 
    66 
    77Il requiert les variables d'environnement suivantes: 
    8 * VLMRACINE 
     8 * VLMRACINE 
    99 
    10 Une example de crontab est fourni (crontab.sample). Le crontab doit comporter l'affectation de VLMRACINE. 
     10Helpers : 
     11 * Un example de crontab est fourni (crontab.sample). Le crontab doit comporter l'affectation de VLMRACINE. 
     12 * Un exemple de script d'init (au boot) est fourni (windserver.sh) 
  • trunk/grib/windserver.sh

    r256 r257  
    33# init script, be sure to call this before cron and apache are started 
    44 
    5 export PATH=/path/to/windserver:$PATH 
    6 GRIBPATH=/path/to/grib/files 
     5#FIXER VLMRACINE ici s'il n'est pas défini comme variable d'environnement à ce stade. 
     6#VLMRACINE=/path/to/vlmracine 
     7 
     8source $VLMRACINE/conf/conf_script 
     9 
     10export PATH=$VLMBIN:$PATH 
     11GRIBPATH=$VLMGRIBS 
    712LATEST=latest.grb 
    813