Skip to content

Installation

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible?
2.9 no
2.10 yes
2.11 yes
master yes

Note

It's recommended to install the extension via pip. If you are using GitHub version of the extension, stick to the vX.Y.Z tags to avoid breaking changes. Check the changelog before upgrading the extension.

Installation

Install the extension

pip install ckanext-files # (1)!
  1. If you want to use additional adapters, like Apache-libcloud or OpenDAL, specify corresponding package extras
    pip install ckanext-files[opendal,libcloud]
    

Add files to the ckan.plugins setting in your CKAN config file.

Run DB migrations

ckan db upgrade -p files