Extension Ccca


Extension Basics

Title
Ccca
Name
ckanext-ccca
Type
Public extension
Description
CKAN extension for CCCA data store (Climate Change Centre Austria) http://ccca.ac.at
CKAN versions

~2.5.2

Show details

These CKAN Versions are exactely matched:

Download-Url (zip)
Last commit
5 years ago (2020-04-04 10:01:51)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

============

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:

  1. Activate your CKAN virtual environment, for example::

    . /usr/lib/ckan/default/bin/activate

  2. Install the ckanext-ccca Python package into your virtual environment::

    pip install ckanext-ccca

  3. 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

  4. Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu::

    sudo service apache2 reload


Config Settings

Version
1.0
Version release date
2017-12-12
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
ccca resource_proxy text_view image_view recline_view geo_view geojson_view spatial_metadata harvest ckan_harvester csw_harvester doc_harvester ccca
CKAN Settings (ckan.ini)
# ckanext.ccca.news_id =  news
# ckanext.ccca.path_for_ldifs = /etc/ckan/default/ldif
DB migration to be executed
(not set)
<< back to Extensions