Changes between Version 4 and Version 5 of WikiStart

Show
Ignore:
Timestamp:
07/09/10 18:35:57 (2 months ago)
Author:
rgrp
Comment:

correct repo reference

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v4 v5  
    1111== Open Economics Code and Data == 
    1212 
    13 The Open Economics code base and data is kept in a subversion repository at: http://knowledgeforge.net/econ/svn/. You can also browse it here in trac, see: browser:/trunk. All data (+ related code) is kept in the data/ subdirectory. All other code is contained in the 'econ' package. Main parts of this include: 
     13The Open Economics code base and data is kept in a mercurial repository at: http://knowledgeforge.net/econ/hg/. You can also browse it here in trac, see: browser:/trunk. All data (+ related code) is kept in the data/ subdirectory. All other code is contained in the 'econ' package. Main parts of this include: 
    1414 
    1515  * www/ -- code for running website including front-end to data store 
     
    1919== Uploading Datasets to the Data Store == 
    2020 
    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. 
     21Create the dataset on CKAN and then upload the dataset to google docs and we'll do th rest.