Changeset 257
- Timestamp:
- 01/04/09 09:04:31 (3 years ago)
- Location:
- trunk/grib
- Files:
-
- 2 modified
-
README (modified) (1 diff)
-
windserver.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/grib/README
r249 r257 2 2 3 3 Il requiert les outils suivants 4 * cnvgrib (du noaa)5 * windserver (de lib/vlm-c)4 * cnvgrib (du noaa) 5 * windserver (de lib/vlm-c) 6 6 7 7 Il requiert les variables d'environnement suivantes: 8 * VLMRACINE8 * VLMRACINE 9 9 10 Une example de crontab est fourni (crontab.sample). Le crontab doit comporter l'affectation de VLMRACINE. 10 Helpers : 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 3 3 # init script, be sure to call this before cron and apache are started 4 4 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 8 source $VLMRACINE/conf/conf_script 9 10 export PATH=$VLMBIN:$PATH 11 GRIBPATH=$VLMGRIBS 7 12 LATEST=latest.grb 8 13
