Extension Wakeua


Extension Basics

Title
Wakeua
Name
ckanext-wakeua
Type
Public extension
Description
CKAN extension for WAKE UA
CKAN versions
Download-Url (zip)
Last commit
a month ago (2025-12-10 18:10:31)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

Tests

TDATA/ckanext-wakeua

CKAN extension adapted for the TDATA project


Objectives

  • Make aviable an extension for the TDATA project

Funding Information

This research project is supported by:

  • Funding organization/institution: Conselleria de Educación, Universidades y Empleo de la Generalitat Valenciana
  • Program or grant: Subvenciones a grupos de investigación consolidados
  • Project code/reference: CIAICO/2022/019
  • Duration: [01/01/2023 – 31/12/2025]

Technology

  • Python
  • CKAN

Installation and Usage

Installation

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate

  2. Clone the source and install it on the virtualenv

    git clone https://github.com/wake-ua/ckanext-wakeua.git cd ckanext-wakeua pip install -e . pip install -r requirements.txt

  3. Add wakeua to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).

  4. Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu:

    sudo service apache2 reload

Config settings

None at present

Developer installation

To install ckanext-wakeua for development, activate your CKAN virtualenv and do:

git clone https://github.com/wake-ua/ckanext-wakeua.git
cd ckanext-wakeua
python setup.py develop
pip install -r dev-requirements.txt

Tests

To run the tests, do:

pytest --ckan-ini=test.ini

Authors / Contributors

  • Lucía De Espona Pernas – @espona

License

This project is distributed under the MIT License.


Contact

For questions, collaborations, or further information:

wake@dlsi.ua.es
[Wake Research group](https://wake.dlsi.ua.es

Version
Version release date
(not set)
Contact name
For questions, collaborations, or further information:
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

and Usage

Plugins to configure (ckan.ini)
wakeua
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions