Revision 6365
Added by Aaron Marcuse-Kubitza about 12 years ago
README.TXT | ||
---|---|---|
96 | 96 |
Create database in phpMyAdmin |
97 | 97 |
mysql -p database <export.sql |
98 | 98 |
Add input data for each table present in the datasource: |
99 |
Choose a table name from <https://projects.nceas.ucsb.edu/nceas/projects |
|
100 |
/bien/wiki/VegCSV#Suggested-table-names>, or use a custom name |
|
99 |
For .sql exports, you must use the name of the table in the DB export |
|
100 |
For CSV files, you can use any name. It's recommended to use a table |
|
101 |
name from <https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/VegCSV#Suggested-table-names> |
|
101 | 102 |
Note that if this table will be joined together with another table, its |
102 | 103 |
name must end in ".src" |
103 | 104 |
make inputs/<datasrc>/<table>/add |
Also available in: Unified diff
README.TXT: Datasource setup: Choosing a table name: Documented that for .sql exports, you must use the name of the table in the DB export, not a suggested or custom name