Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 415 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 415 Bytes

docker-ckan

Docker build directory for a single-machine instance of CKAN

Dump the database

docker exec ckan /bin/bash -c '/usr/local/bin/paster --plugin=ckan db dump -c /etc/ckan/default/development.ini /tmp/database-dump.sql; cat /tmp/database-dump.sql '

Dump Organizations

ckanapi -rhttp://data.sandiegodata.org/ -ace888db2-9a63-48c0-8227-468e0a29548a dump organizations --all > organizations.jsonl