Skip to content

juan-cabrera/indico_example_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

indico_example_plugin

Example plugin for indico

Created following instructions on the indico documentation

Example installation

Clone the project and install

git clone https://github.com/juan-cabrera/indico_example_plugin.git
cd indico_example_plugin
pip install .

Add the plugin in the indico configuration file

PLUGINS = { 'indico_example',
            'plugin1',
            'plugin2'
          }

Update plugin DB

indico db --all-plugins upgrade

Restart indico

systemctl restat indico-celery

About

Example plugin for [indico](https://getindico.io/)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published