Indico

  • By Canonical IS DevOps
Channel Revision Published Runs on
latest/stable 199 02 May 2024
Ubuntu 20.04
latest/edge 201 02 May 2024
Ubuntu 20.04
juju deploy indico
Show information

Platform:

How to install plugins

This charm supports installing both official and custom plugins for Indico, from pypi and from a git repositories.

The piwik and storage-s3 plugins are already packed as part of the charm. The list of available official plugins can be found here.

To install additional plugins, provide the configuration external_plugins as a comma separated list with the desired packages to be installed. Each element should be compatible with pip: e.g. juju config [charm_name] external_plugins=git+https://github.com/indico/indico-plugins-cern.git/#subdirectory=themes_cern,indico-plugin-themes-legacy.

The installed plugins can be upgraded by running the refresh-external-resources action. Note that the upgrade won’t take place if the published version hasn’t changed.

For more details on the configuration options and their default values see the configuration reference.


Help improve this document in the forum (guidelines). Last updated 9 months ago.