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.
- Host: GitHub
- URL: https://github.com/ckan/ckan-demo-data
- Owner: ckan
- Created: 2012-12-10T17:33:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-21T08:53:39.000Z (over 11 years ago)
- Last Synced: 2025-04-04T17:51:45.419Z (9 months ago)
- Language: Python
- Size: 178 KB
- Stars: 1
- Watchers: 14
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`.