IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2014, 5:36:39 AM (12 years ago)
Author:
eugene
Message:

merge changes from trunk

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
     1ippToPspsDbSchema.sql  : SQL commands to build the real (not scratch) ipptopsps
     2database ( the database that tracks/queues the batch creation)
    23settings.xml           : locations of things such as mysql dbs of interest
    34tables.IN.full.vot     : original version of the init batch tables, with invalid SkyCell, ProjectionCell, Regions
     
    67tables.P2.vot          : P2 detection batch table
    78tables.ST.vot          : stack detection batch table
     9tables.DF.vot          : diff detection batch table
     10tables.DO.vot          : diff object batch table
     11tables.FW.vot          : forced warp measurement table
     12tables.FO.vot          : forced mean object table
     13
     14
     15Heather's Vague Instructions:
     16
     17to create a new batch db:
     18
     19create database ipptopsps2
     20cut and paste the sql file - should be no problems, I tried to reorganize them so no foriegn key constraint fails.
     21
     22to 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
     27should be good to go!   
Note: See TracChangeset for help on using the changeset viewer.