Skip to content

okfn/dataportals.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c7b3b85 · Apr 11, 2017
Mar 26, 2017
Nov 18, 2015
Apr 11, 2017
Sep 10, 2014
Sep 10, 2014
Apr 11, 2017
Mar 3, 2013
May 9, 2014
Mar 3, 2013
Apr 11, 2017
Apr 11, 2017
Apr 11, 2017
Apr 11, 2017

Repository files navigation

Code for running DataPortals.org.

The original plans for DataCatalogs.org - Feb 2013. Other ideas may be listed as Issues in this repository. Conversations with the Open Knowledge community are held in the discussion forum.

You can contribute additions or corrections to the data portal list by suggesting changes to the data.csv file. See the datapackage.json for the meaning of each column.

Developer Instructions

This app requires NodeJS (>= v0.8).

  1. Clone this repo: https://github.com/okfn/dataportals.org

  2. Install the dependencies:

     npm install .
    
  3. Try it out locally:

     node app.js
    

    Then point your browser at http://localhost:5000/

Deployment

We deploy by default to Heroku.

Follow these instructions (with obvious modifications): https://github.com/okfn/datasets.okfnlabs.org#deployment-to-heroku