Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilri/ckanext-dataportal

CKAN extensions for ILRI's data portal
https://github.com/ilri/ckanext-dataportal

ckan ckanext python

Last synced: about 2 months ago
JSON representation

CKAN extensions for ILRI's data portal

Awesome Lists containing this project

README

        

# ckanext-dataportal

CKAN extensions to customize the [ILRI Data Portal](https://data.ilri.org/portal/).

## Installation
With your CKAN virtual environment activated, install each extention as follows:

```console
$ python setup.py develop
$ pip install -r requirements.txt
```

## Extra Setup For ckanext-ilrimetadata
The `ckanext-ilrimetadata` extension requires the MySQLToFile program from the [meta](https://github.com/ilri/meta) toolset. See the installation instructions there and configure relevant settings in `config/production.ini`.