Skip to content

umich-biostatistics/ckanext-um_biostat_theme

Repository files navigation

Tests

ckanext-um_biostat_theme

This theme was created for the UM-Biostat Faculty CKAN instance. It mostly updates the featured image and changes colors to UM branded ones.

Requirements

TODO: For example, you might want to mention here which versions of CKAN this extension works with.

If your extension works across different versions you can add the following table:

Compatibility with core CKAN versions:

CKAN version Compatible?
2.10 and earlier not tested
2.11.1 yes

Installation

To install ckanext-um_biostat_theme:

  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/umich-biostatistics/ckanext-um_biostat_theme.git
       cd ckanext-um_biostat_theme
       pip install -e .
       pip install -r requirements.txt
  3. Add um_biostat_theme to the ckan.plugins setting in your CKAN

  4. Restart CKAN.

Config settings

None at present

Developer installation

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

    git clone https://github.com/umich-biostatistics/ckanext-um_biostat_theme.git
    cd ckanext-um_biostat_theme
    pip install -e .
    pip install -r dev-requirements.txt

Tests

To run the tests, do:

    pytest --ckan-ini=test.ini

License

AGPL

About

CKAN theme for Biostat Faculty CKAN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published