initial commit
[ckanext-datagovau.git] / README.rst
Alex Sadleir 1 This CKAN Extension customises a CKAN instance for the hosting of data.gov.au.
2
3 It comprises:
4
5 * A CKAN Extension "plugin" at ``ckanext/datagovau/plugin.py`` which, when
rgrp 6 loaded, overrides various settings in the core ``ini``-file to provide:
Alex Sadleir 7 * A path to local customisations of the core templates and available licenses database
8 * A custom Package edit form
9 * A custom n3/rdf output format
10
Seb Bacon 11 Installation
12 ============
13
14 To install this package, from your CKAN virtualenv, run the following from your CKAN base folder (e.g. ``pyenv/``)::
15
Alex Sadleir 16 pip install -e git+https://github.com/okfn/ckanext-datagovau#egg=ckanext-datagovau
John Glover 17
Alex Sadleir 18 Then activate it by setting ``ckan.plugins = datagovau`` in your main ``ini``-file.
John Glover 19
20
21