Extension LEMR Theme


Extension Basics

Title
LEMR Theme
Name
ckanext-lemr
Type
Public extension
Description
Styling and theming extension for the LEMR (Laboratory for Environmental Medical Research) open data portal on CKAN.
CKAN versions
Download-Url (zip)
Last commit
2 years ago (2024-03-03 09:11:33)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

ckanext-lemr

Styling/theming changes for the LEMR open data portal on CKAN.

Features

Custom theme and styling for the Laboratory for Environmental Medical Research open data portal.

Installation

  1. Activate your CKAN virtual environment: . /usr/lib/ckan/default/bin/activate

  2. Clone the source and install it on the virtualenv:

    git clone https://github.com/davidr-PA/ckanext-lemr.git
    cd ckanext-lemr
    pip install -e .
    pip install -r requirements.txt
    
  3. Add lemr to the ckan.plugins setting in your CKAN config file

  4. Restart CKAN

Config Settings

None at present.

License

AGPL-3.0

Version
Version release date
(not set)
Contact name
davidr-PA
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
lemr
CKAN Settings (ckan.ini)
# ckanext.lemr.some_setting = some_default_value
DB migration to be executed
(not set)
<< back to Extensions