FAO CLH Extension
CKAN extension for FAO CLH (Country Livestock Housing).
Available Plugins
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.