============
ckanext-ccca
This is a plugin for the CKAN data server software http://ckan.org/ to extend its functionality for the CCCA (http://data.ccca.ac.at) open data server
Requirements
This plugin is tested with CKAN version 2.5.2 and 2.5.3.
Overrides major settings from main.css - span9 width etc
Load as first plugin!
Add the following line
to
to
ckan/lib/neu/src/ckan/ckan/templates/base.html
(Block Styles; replace resource )
Implements a News Box on front page; Dataset : News
Change your INI-File (development.ini / production.ini) in the following way::
ckan.plugins = ccca resource_proxy text_view image_view recline_view geo_view geojson_view spatial_metadata harvest ckan_harvester csw_harvester doc_harvester ccca
[…]
ckan.views.default_views = image_view text_view recline_view geojson_view geo_view
[…]
### News Dataset
ckanext.ccca.news_id = news
## Front-End Settings
ckan.site_title = CCCA
ckan.site_logo = /images/CCCA_DS_Header.png
ckan.site_description =
ckan.favicon = /images/favicon.ico
ckan.featured_orgs = ....
ckan.featured_groups = ....
Installation
.. Add any additional install steps to the list below.
For example installing any non-Python dependencies or adding any required
config settings.
To install ckanext-ccca:
Activate your CKAN virtual environment, for example::
. /usr/lib/ckan/default/bin/activate
Install the ckanext-ccca Python package into your virtual environment::
pip install ckanext-ccca
Add ccca to the ckan.plugins setting in your CKAN
config file (by default the config file is located at
/etc/ckan/default/production.ini). Best at the last position
Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu::
sudo service apache2 reload
Config Settings