Project

General

Profile

« Previous | Next » 

Revision 5802

README.TXT: Generate the local TNRS cache from the test_taxonomic_names rather than syncing it with the vegbiendev TNRS cache, so that the automated test's inserted row count stays the same regardless of the contents of the full-DB TNRS cache

View differences:

README.TXT
49 49
    On local machine:
50 50
        make inputs/download-logs tnrs_log=1
51 51
        make backups/download
52
        make inputs/.TNRS/uninstall; make backups/TNRS.backup/restore &
53
        make inputs/.TNRS/cleanup
54
            This is necessary because the PostgreSQL collation may differ
55
            between vegbiendev's and your DB.
56 52
    If desired, record the import times in inputs/import.stats.xls:
57 53
        Open inputs/import.stats.xls
58 54
        Insert a copy of the leftmost Column-based column group before it
......
252 248
        make inputs/QMOR/Specimen/logs/steps.by_col.log.sql
253 249
    To import and scrub just the test taxonomic names:
254 250
        inputs/test_taxonomic_names/test_scrub
255
            WARNING: This will delete the TNRS cache!
256
            To save it: make backups/TNRS.backup-remake
257
        Restore the original DB:
258
            yes|make inputs/.TNRS/uninstall
259
            make backups/TNRS.backup/restore &
260
            make inputs/.TNRS/cleanup
261
            yes|make schemas/public/reinstall
262
                Must come after TNRS restore to recreate tnrs_input_name view
263 251

  
264 252
General:
265 253
    To see a program's description, read its top-of-file comment

Also available in: Unified diff