Extension DataVic IAR Theme


Extension Basics

Title
DataVic IAR Theme
Name
ckanext-datavic-iar-theme
Type
Public extension
Description
Custom CKAN theme for Data.Vic IAR
CKAN versions
Download-Url (zip)
Download-Url commit date
2023-03-05
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Show details

A custom CKAN theme for the Data.Vic Data Directory (IAR - Information Asset Register). Provides themed interface with custom CSS generated from SCSS files using Grunt. Includes dependencies on ckanext-check-link and ckanext-oidc-pkce.

Version
0.0.1
Version release date
2023-03-05
Contact name
Salsa Digital
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Installation:

Add as git submodule:

git submodule add git@github.com:salsadigitalauorg/ckanext_datavic_iar_theme.git ckan/default/src/ckanext-datavic-iar-theme

Activate virtualenv:

. /app/ckan/default/bin/activate

Install extension:

cd /app/ckan/default/src/ckanext-datavic-iar-theme

python setup.py develop

Add to plugins:

ckan.plugins = […] datavic_iar_theme

Restart CKAN:

paster serve /app/ckan/default/development.ini

Or: docker-compose restart ckan

CSS & Grunt:

CSS file: ~/ckanext-datavic-iar-theme/ckanext/datavic_iar_theme/fanstatic/datavic_iar_theme.css

Generated from SCSS via grunt

cd ~/ckanext-datavic-iar-theme/ckanext/datavic_iar_theme/grunt

npm install

npm install -g grunt-cli

grunt (to compile .scss files)

Plugins to configure (ckan.ini)
datavic_iar_theme
CKAN Settings (ckan.ini)
(not set)
DB migration to be executed
(not set)
<< back to Extensions