IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 326 and Version 327 of ippToPsps


Ignore:
Timestamp:
Apr 12, 2012, 11:24:00 AM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v326 v327  
    2727It 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.
    2828
    29 First, the {{{ippToPsps}}} code is installed under the IPP user account here:
     29The {{{ippToPsps}}} code is installed under the IPP user account here:
    3030
    3131{{{
     
    4343 * {{{cd /home/panstarrs/ipp/src/ippToPsps/jython}}}
    4444 * 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
    4860 * if not already running, run [wiki:ippToPsps#pollOdm.py pollOdm.py] in order to collect data about the progress of loading through PSPS
    4961 * if not already running, run [wiki:ippToPsps#metrics.py metrics.py] in order to monitor loading (also viewable via the Czartool page)