CKAN extension adapted for the TDATA project
- Make aviable an extension for the TDATA project
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]
- Python
- CKAN
-
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
-
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
-
Add
wakeuato theckan.pluginssetting in your CKAN config file (by default the config file is located at/etc/ckan/default/ckan.ini). -
Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu:
sudo service apache2 reload
None at present
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
To run the tests, do:
pytest --ckan-ini=test.ini
- Lucía De Espona Pernas – @espona
This project is distributed under the MIT License.
For questions, collaborations, or further information: