UnipiEvents integration for Indico
Project description
Indico Plugin UnipiEvents
This is an Indico plugin that synchronizes events to a Wordpress instance running the Unipi Events plugin; it is currently in use at the Department of Mathematics of the University of Pisa.
Installation
You may install the plugin by cloning the repository on the Indico server and then running:
pip install indico-plugin-unipievents
Check that the plugin is installed by running
indico setup list-plugins
To enable the plugin, insert the line
PLUGINS={ 'unipievents' }
to your indico.conf
, or just add 'unipievents'
to the list of loaded
plugins in case you already have other plugins loaded.
Development
You can start the development environment by adjusting the configuration
in the indico.env.sample
file and renaming it indico.env
. Then,
you can start the containers by
sudo docker-compose up
and connect to http://localhost:9090. Configure your first user account. To update the plugin version in the container, run
sudo docker-compose exec -u root web bash -c "pip3 uninstall indico-plugin-unipievents ; cd /indico-unipievents && python3 setup.py install && touch /indico/indico.wsgi"
that will rebuild the plugin and restart the WSGI server.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for indico_plugin_unipievents-0.3.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 499f3ad54fa29dcf69e211574899016e466bda42dd8d3986c1aeaf8d15579db2 |
|
MD5 | d24031ed6fea0bddbec262273536a1bd |
|
BLAKE2b-256 | fd8586e1d610a8669adf5c0969594319924e71bb771bbc9bc3217bf988815476 |
Hashes for indico_plugin_unipievents-0.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c0f17bfcfde1e1cc9de53db15db6f22099330bd7c81de5461bdf3188c94b948 |
|
MD5 | 9510ddae4dc8ac5dfc05696bde8aca4e |
|
BLAKE2b-256 | 5f823a654b1690d0544d6f86766acfe3bfdbbcb96a0ce0a46b60d44862e16120 |