Changes between Version 210 and Version 211 of ippToPsps
- Timestamp:
- Mar 21, 2012, 4:25:16 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v210 v211 250 250 }}} 251 251 252 Finally, you need to create the initialization tables. 253 254 {{{ 255 ./run.sh loader.py init 256 }}} 252 Finally, you need to setup the scratch database with the initialization tables and stored procedures necessary for processing. To do this, use the {{{setupScratchDb.py}}} program, like this: 253 254 {{{ 255 ./run.sh setupScratchDb.py someConfig nameOfScratchDb 256 }}} 257 258 The choice of config here is not important, so use any. 257 259 258 260 At the time of writing, scratch databases are set up on the following IPP hosts:
