Skip to content

Instantly share code, notes, and snippets.

@ldodds
Created January 27, 2013 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldodds/4649018 to your computer and use it in GitHub Desktop.
Save ldodds/4649018 to your computer and use it in GitHub Desktop.
Sample dpm configuration for data.gov.uk. This is for illustration: your version will have local paths in it
[dpm]
repo.default_path = /home/ldodds/.dpm/repository
index.default = file
[index:ckan]
ckan.url = http://data.gov.uk/api/
ckan.api_key =
[index:db]
db.dburi = sqlite:///home/ldodds/.dpm/repository/index.db
[upload:ckan]
ofs.backend = reststore
host = http://storage.ckan.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment