- Timestamp:
- Jun 7, 2014, 5:36:39 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140423/ippToPsps/config/README
r35173 r36826 1 ippToPspsDbSchema.sql : SQL commands to build the real (not scratch) ipptopsps database 1 ippToPspsDbSchema.sql : SQL commands to build the real (not scratch) ipptopsps 2 database ( the database that tracks/queues the batch creation) 2 3 settings.xml : locations of things such as mysql dbs of interest 3 4 tables.IN.full.vot : original version of the init batch tables, with invalid SkyCell, ProjectionCell, Regions … … 6 7 tables.P2.vot : P2 detection batch table 7 8 tables.ST.vot : stack detection batch table 9 tables.DF.vot : diff detection batch table 10 tables.DO.vot : diff object batch table 11 tables.FW.vot : forced warp measurement table 12 tables.FO.vot : forced mean object table 13 14 15 Heather's Vague Instructions: 16 17 to create a new batch db: 18 19 create database ipptopsps2 20 cut and paste the sql file - should be no problems, I tried to reorganize them so no foriegn key constraint fails. 21 22 to make a scratch db: 23 check settings.xml if necessary and recompile 24 mysql -h localhost -u dvo -pdvo -e "create database ipptopsps2_scratch" 25 ippjython setupScratchDb.py 26 27 should be good to go!
Note:
See TracChangeset
for help on using the changeset viewer.
