Revision 7114
Added by Aaron Marcuse-Kubitza almost 12 years ago
README.TXT | ||
---|---|---|
23 | 23 |
|
24 | 24 |
Data import: |
25 | 25 |
On local machine: |
26 |
make inputs/upload |
|
26 | 27 |
make test by_col=1 |
27 | 28 |
See note under Testing below |
28 | 29 |
On vegbiendev: |
29 | 30 |
Ensure there are no local modifications: svn st |
30 | 31 |
svn up |
31 |
make inputs/upload |
|
32 |
For each newly-uploaded datasource: make inputs/<datasrc>/reinstall |
|
32 |
For each newly-uploaded datasource above: make inputs/<datasrc>/reinstall |
|
33 | 33 |
Update the auxiliary schemas: make schemas/reinstall |
34 | 34 |
The public schema will be installed separately by the import process |
35 | 35 |
Delete imports before the last so they won't bloat the full DB backup: |
Also available in: Unified diff
README.TXT: Data import: Fixed bug where `make inputs/upload` needs to be run on local machine, not vegbiendev