ckanext-temacultura
Tema cultura - CKAN extension with the theme of the Ministry of Culture (Brazil).
Custom theme for dados.cultura.gov.br (Brazilian Ministry of Culture open data portal).
Installation (Docker-based)
- Run
docker-compose up in the project folder
- Enter the CKAN container:
docker exec -it ckan /bin/bash
- Activate virtual environment:
. /usr/lib/ckan/default/bin/activate
- Install theme:
cd /usr/lib/ckan/default/src/ckanext-temacultura && pip install .
- Add extension to ckan.ini:
ckan.plugins = stats text_view image_view recline_view temacultura
- Restart docker-compose
Update
Enter container, activate venv, pip install . --upgrade
Production Note
Before recompiling, do git pull and remove old build files or use pip install . --ignore-installed
License
AGPL