| 21 | | To upload datasets to the Open Economics data store (http://openeconomics.net/store/) you proceed as follows: |
| 22 | | |
| 23 | | * Install subversion |
| 24 | | * Check out the econ subversion repository from: http://knowledgeforge.net/econ/svn/trunk (hereafter denoted TRUNK). |
| 25 | | * Request write permissions to this repository by emailing: info [at] okfn [dot] org |
| 26 | | * Create a new data bundle: bin/econ-admin bundle create |
| 27 | | * This should have created a new subdirectory in ./data/ with a uuid for a name. |
| 28 | | * Go to that directory edit the metadata.txt (look at other metadata files for the kinds of fields to add) |
| 29 | | * Add in your data.csv file (or other data file) |
| 30 | | * svn add {your-new-data-directory} |
| 31 | | * svn ci {your-new-data-directory} |
| 32 | | |
| 33 | | == Help on Using this Trac Installation == |
| 34 | | |
| 35 | | * TracGuide -- Built-in Documentation |
| 36 | | * [http://projects.edgewall.com/trac/ The Trac project] -- Trac Open Source Project |
| 37 | | * [http://projects.edgewall.com/trac/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions |
| 38 | | * TracSupport -- Trac Support |
| 39 | | |
| 40 | | For a complete list of local wiki pages, see TitleIndex. |
| 41 | | |
| 42 | | Trac is brought to you by [http://www.edgewall.com/ Edgewall Software], |
| 43 | | providing professional Linux and software development services to clients |
| 44 | | worldwide. Visit http://www.edgewall.com/ for more information. |
| | 21 | Create the dataset on CKAN and then upload the dataset to google docs and we'll do th rest. |