.. You should enable this project on travis-ci.org and coveralls.io to make
these badges work. The necessary Travis and Coverage config files have been
generated for you.
.. image:: https://travis-ci.org/CivityNL/ckanext-portal.svg?branch=master
:target: https://travis-ci.org/CivityNL/ckanext-portal
.. image:: https://coveralls.io/repos/CivityNL/ckanext-portal/badge.svg
:target: https://coveralls.io/r/CivityNL/ckanext-portal
.. image:: https://img.shields.io/pypi/v/ckanext-portal.svg
:target: https://pypi.org/project/ckanext-portal/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/pyversions/ckanext-portal.svg
:target: https://pypi.org/project/ckanext-portal/
:alt: Supported Python versions
.. image:: https://img.shields.io/pypi/status/ckanext-portal.svg
:target: https://pypi.org/project/ckanext-portal/
:alt: Development Status
.. image:: https://img.shields.io/pypi/l/ckanext-portal.svg
:target: https://pypi.org/project/ckanext-portal/
:alt: License
=============
ckanext-portal
With this plugin, you extend the organization, and dataset entities to comply with the portal metadata structure.
Requirements
This plugin includes schemas and thus the ckanext-scheming is a requirement for it to function properly.
Installation
.. Add any additional install steps to the list below.
For example installing any non-Python dependencies or adding any required
config settings.
To install ckanext-portal:
Activate your CKAN virtual environment, for example::
. /usr/lib/ckan/default/bin/activate
Install the ckanext-portal Python package into your virtual environment::
pip install ckanext-portal
Add portal to the ckan.plugins setting 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::