Extension Srilanka


Extension Basics

Title
Srilanka
Name
ckanext-srilanka
Type
Public extension
Description
CKAN extension for Open Data Portal of Sri Lanka
CKAN versions
Download-Url (zip)
Last commit
2 years ago (2023-03-14 17:59:51)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

Tests

c-Kang SL Open Data Portal Theme

Cang

The CKAN theme for the open data portal of the Ministry of Health Sri Lanka

Data portal

Requirements

For full functionality of the theme, CKAN CMS has to be installed together with theme, see https://github.com/zemantic/ckan-cms

Compatibility with core CKAN versions:

CKAN version Compatible?
2.9.7 tested
2.10 not tested

Installation

TODO: 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-sldata_theme:

  1. Activate your CKAN virtual environment, for example:

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

  2. Clone the source and install it on the virtualenv

        git clone https://github.com/Zemantic/ckanext-sldata_theme.git
    
        cd ckanext-sldata_theme
    
        pip install -e .
    
        pip install -r requirements.txt
    
  3. Add sldata_theme to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).

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

    sudo supervisorctrl restart all

Config settings

None at present

TODO: Document any optional config settings here. For example:

# The minimum number of hours to wait before re-checking a resource
# (optional, default: 24).
ckanext.sldata_theme.some_setting = some_default_value

Developer installation

To install ckanext-sldata_theme for development, activate your CKAN virtualenv and do:

git clone https://github.com/Zemantic/ckanext-sldata_theme.git
cd ckanext-sldata_theme
python setup.py develop
pip install -r de
Version
Version release date
(not set)
Contact name
Zemantic Tech
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

TODO: 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-sldata_theme:

  1. Activate your CKAN virtual environment, for example:

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

  2. Clone the source and install it on the virtualenv

    “`bash git clone https://github.com/Zemantic/ckanext-sldata_theme.git

    cd ckanext-sldata_theme
    
    pip install -e .
    
    pip in
    
Plugins to configure (ckan.ini)
srilanka
CKAN Settings (ckan.ini)
# ckanext.sldata_theme.some_setting = some_default_value
DB migration to be executed
(not set)
<< back to Extensions