Extension FAO CLH


Extension Basics

Title
FAO CLH
Name
ckanext-faoclh
Type
Public extension
Description
CKAN extension for FAO CLH (FAO Country Livestock Housing) providing custom theme, group loading, and organization management scripts.
CKAN versions
Download-Url (zip)
Last commit
6 years ago (2019-11-12 19:24:14)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

FAO CLH Extension

CKAN extension for FAO CLH (Country Livestock Housing).

Available Plugins

  • faoclh

Installation

pip install -e .

Add faoclh to ckan.plugins in your CKAN config file.

Features

  • Custom FAO CLH theme and styling
  • Scripts to load default groups
  • Scripts to load default organizations
  • FAO look and feel

Load Default Groups

Enter the bin/ directory and run:

./load_groups.sh SERVER_URL API_KEY

Example:

./load_groups.sh http://10.10.100.136 b973eae2-33c2-4e06-a61f-4b1ed71d277c

To remove groups:

./purge_groups.sh SERVER_URL API_KEY

Load Default Organizations

./load_orgs.sh SERVER_URL API_KEY

Note

Developed for FAO (Food and Agriculture Organization) CLH project.

Version
Version release date
(not set)
Contact name
allyoucanmap
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘faoclh’ to ckan.plugins. Use shell scripts in bin/ directory to load default groups and organizations.

Plugins to configure (ckan.ini)
faoclh
CKAN Settings (ckan.ini)
# No specific configuration options documented
DB migration to be executed
(not set)
<< back to Extensions