Revision 3593
Added by Aaron Marcuse-Kubitza over 12 years ago
README.TXT | ||
---|---|---|
44 | 44 |
Obtain/create CSVs for the table(s) present in the datasource: |
45 | 45 |
specimens, plots, organisms, stems |
46 | 46 |
Rename each CSV so it ends in ".<table>.<ext>" (see tables above) |
47 |
Auto-create the map spreadsheets: make inputs/<name>/; make inputs/<name>/ |
|
48 |
Note: Must be run twice to properly bootstrap all maps. |
|
47 |
Auto-create the map spreadsheets: |
|
48 |
make inputs/<name>/; make inputs/<name>/ |
|
49 |
Note: Must be run twice to properly bootstrap all maps. |
|
50 |
svn add inputs/<name>/maps/{*.csv,.*.last_cleanup} |
|
49 | 51 |
Install the staging tables: make inputs/<name>/install quiet=1 & |
50 | 52 |
To view the log: tail -f inputs/<name>/import/install-<table>.log.sql |
51 | 53 |
Map each table's columns: |
... | ... | |
57 | 59 |
left column of the core map |
58 | 60 |
Save |
59 | 61 |
Regenerate the derived maps: make inputs/<name>/ |
60 |
Accept the test cases: make inputs/<name>/test/ |
|
61 |
When prompted to "Accept new test output", enter y and press ENTER |
|
62 |
Accept the test cases: |
|
63 |
make inputs/<name>/test/ |
|
64 |
When prompted to "Accept new test output", enter y and press ENTER |
|
65 |
svn add inputs/<name>/test/*.ref |
|
62 | 66 |
Commit: svn ci -m "Added inputs/<name>/" inputs/<name>/ |
63 | 67 |
Update vegbiendev: |
64 | 68 |
On vegbiendev: svn up |
Also available in: Unified diff
README.TXT: Datasource setup: Added steps to place the relevant files under version control