Changes between Version 326 and Version 327 of ippToPsps
- Timestamp:
- Apr 12, 2012, 11:24:00 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v326 v327 27 27 It is hoped that these pages contain all necessary documentation for running and maintaining {{{ippToPsps}}}, but this sections aims to provide a high-level user-guide. 28 28 29 First, the {{{ippToPsps}}} code is installed under the IPP user account here:29 The {{{ippToPsps}}} code is installed under the IPP user account here: 30 30 31 31 {{{ … … 43 43 * {{{cd /home/panstarrs/ipp/src/ippToPsps/jython}}} 44 44 * If a brand new survey: 45 * set up a config and queue data using {{{./run.sh queue.py edit}}} (see [wiki:ippToPsps#Loadingconfigs here] for more details) 46 * run {{{./run.sh loader.py configName init}}} to create an init 'IN' batch (see [wiki:ippToPsps#loader.py here] for more details) 47 * run one or more [wiki:ippToPsps#loader.py loader.py] programs to process and publish items that have been queued, like this {{{./run.sh loader.py configName}}} 45 * Set up a config and queue data using (see [wiki:ippToPsps#Loadingconfigs here] for more details): 46 {{{ 47 ./run.sh queue.py edit 48 }}} 49 50 * To create an init 'IN' batch (see [wiki:ippToPsps#loader.py here] for more details): 51 {{{ 52 ./run.sh loader.py configName init 53 }}} 54 55 * run one or more [wiki:ippToPsps#loader.py loader.py] programs to process and publish items that have been queued, like this: 56 {{{ 57 ./run.sh loader.py configName 58 }}} 59 48 60 * if not already running, run [wiki:ippToPsps#pollOdm.py pollOdm.py] in order to collect data about the progress of loading through PSPS 49 61 * if not already running, run [wiki:ippToPsps#metrics.py metrics.py] in order to monitor loading (also viewable via the Czartool page)
