Custom CKAN extension for data.sa.gov.au
-
Install CKAN from source.
-
Install ckanext-pdeu. Activate your CKAN virtual environment and:
git clone [email protected]:okfn/ckanext-sa.git cd ckanext-sa python setup.py develop
-
Edit the following settings to the
[app:main]
section of your CKAN config file (e.g.development.ini
orsa.ini
):ckan.plugins = stats sa_customizations ckan.site_title = data.sa.gov.au ckan.site_description = South Australian Government Data Directory
-
Run CKAN, e.g.
paster serve sa.ini
Note on CKAN versions: at the time of writing the master
branch of
ckanext-sa is intended to work with CKAN 2.0 (currently the master
branch
of ckan).