fix related package auth
[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
Alex Sadleir 5 * A CKAN Extension "plugin" at ``ckanext/datagovau/plugin.py`` which, when
6 loaded, overrides various settings in the core ``ini``-file to provide:
7 * A path to local customisations of the core templates and available licenses database
Alex Sadleir 8 * A custom Package edit form
9 * A custom n3/rdf output format
Alex Sadleir 10
Alex Sadleir 11 Installation
Seb Bacon 12 ============
13
14 To install this package, from your CKAN virtualenv, run the following from your CKAN base folder (e.g. ``pyenv/``)::
15
16 pip install -e git+https://github.com/okfn/ckanext-datagovau#egg=ckanext-datagovau
Alex Sadleir 17
John Glover 18 Then activate it by setting ``ckan.plugins = datagovau`` in your main ``ini``-file.
Alex Sadleir 19
John Glover 20
Alex Sadleir 21