Initial commit
[ckanext-agls.git] / README.rst
1 This CKAN Extension customises a CKAN instance for the hosting of data.gov.au.
2
3 It comprises:
4
5 * A path to local customisations of the core templates to include AGLS/Dublin Core minimum metadata
6 * A custom n3/rdf output format
7
8 Installation
9 ============
10
11 To install this package, from your CKAN virtualenv, run the following from your CKAN base folder (e.g. ``pyenv/``)::
12
13 pip install -e git+https://github.com/okfn/ckanext-datagovau#egg=ckanext-datagovau
14
15 Then activate it by setting ``ckan.plugins = datagovau`` in your main ``ini``-file.
16
17