The Radicale frontend of Modoboa
Project description
The Radicale frontend of Modoboa.
Installation
Install this extension system-wide or inside a virtual environment by running the following command:
$ pip install modoboa-radicale
Edit the settings.py file of your modoboa instance and apply the following modifications:
add modoboa_radicale inside the MODOBOA_APPS variable like this:
MODOBOA_APPS = ( 'modoboa', 'modoboa.core', 'modoboa.lib', 'modoboa.admin', 'modoboa.transport', 'modoboa.relaydomains', 'modoboa.limits', 'modoboa.parameters', # Extensions here # ... 'modoboa_radicale', )
Add the following at the end of the file:
from modoboa_radicale import settings as modoboa_radicale_settings modoboa_radicale_settings.apply(globals())
Run the following commands to setup the database tables:
$ cd <modoboa_instance_dir> $ python manage.py migrate $ python manage.py load_initial_data $ python manage.py collectstatic
Finally, restart the python process running modoboa (uwsgi, gunicorn, apache, whatever).
For developpers
The frontend part of this plugin is developed with VueJS 2 and requires nodejs and webpack.
Once nodejs is installed on your system, run the following commands:
$ cd frontend $ npm install $ npm run dev
To update dist files (the ones that will be distributed with the plugin), run:
$ npm run build
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 modoboa_radicale-1.3.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5627bac7a302014daff6bff1bf74f4fb7154abf697488ac5083652efb73d088 |
|
MD5 | db8d56a6588e7618bdbfc3bbd54ac23d |
|
BLAKE2b-256 | 74651a9df6d5439ad110fce4ae09a95e7460300c58f25405fa1f97914d4a71ab |