Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Plugin : ckanext qa

Luiz Felipe F M Costa edited this page Jul 3, 2017 · 4 revisions

!ATTENTION! This plugins installer is experimental!

ckanext-qa

1. Install the ckanext-qa, dependences and create database tables

Enter on virtualenv and go to plugins dir:

easyckan exec
cd /usr/lib/ckan/default/src
pip install -e git+http://github.com/ckan/ckanext-qa.git#egg=ckanext-qa
pip install -r /usr/lib/ckan/default/src/ckanext-qa/requirements.txt
paster --plugin=ckanext-qa qa init --config=/etc/ckan/default/development.ini

2. Enable on config file

Add qa to the ckan.plugins setting BEFORE archiver in your CKAN config file (by default the config file is located at /etc/ckan/default/development.ini).

3. Restart EasyCKAN

easyckan repair
Clone this wiki locally