Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ilri/ckanext-dataportal
- Owner: ilri
- License: gpl-3.0
- Created: 2015-03-06T13:46:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T08:02:45.000Z (over 4 years ago)
- Last Synced: 2024-03-26T01:54:01.624Z (9 months ago)
- Topics: ckan, ckanext, python
- Language: HTML
- Homepage: https://data.ilri.org/portal/
- Size: 3.27 MB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.