An open API service indexing awesome lists of open source software.

https://github.com/ckan/ckan-demo-data

Add demo data to a CKAN instance.
https://github.com/ckan/ckan-demo-data

Last synced: 9 months ago
JSON representation

Add demo data to a CKAN instance.

Awesome Lists containing this project

README

          

Installation
------------

virtualenv ckan-demo-data
. ckan-demo-data/bin/activate
mkdir ckan-demo-data/src
cd ckan-demo-data/src
git clone https://github.com/ckan/ckan-demo-data.git
pip install -r ckan-demo-data/pip-requirements.txt
pip install -r ckanapi/requirements.txt

Old Versions of CKAN
--------------------

For older versions of CKAN(pre-2.2), please use the old branch:

git checkout old

Usage
-----

See `./load.py -h` and ./getdata.py -h`.