| 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 | | |
| | 45 | * Set up a config and queue data using (see [wiki:ippToPsps#Loadingconfigs here] for more details): {{{./run.sh queue.py edit}}} |
| | 46 | * To create an init 'IN' batch (see [wiki:ippToPsps#loader.py here] for more details): {{{./run.sh loader.py configName init}}} |
| | 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}}} |