modoboa-radicale


Namemodoboa-radicale JSON
Version 1.7.2 PyPI version JSON
download
home_pagehttp://modoboa.org/
SummaryThe Radicale frontend of Modoboa
upload_time2024-04-09 08:26:54
maintainerNone
docs_urlNone
authorAntoine Nguyen
requires_pythonNone
licenseMIT
keywords modoboa email radicale calendar caldav
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            modoboa-radicale
================

|gha| |codecov|

The `Radicale <http://radicale.org/>`_ frontend of Modoboa.

Installation
------------

Install this extension system-wide or inside a virtual environment by
running the following commands::

  $ pip install https://github.com/modoboa/caldav/tarball/master#egg=caldav
  $ 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 <https://vuejs.org/>`_ and
requires `nodejs <https://nodejs.org/en/>`_ and `webpack <https://webpack.js.org/>`_.

Once nodejs is installed on your system, run the following commands::

  $ cd frontend
  $ npm install
  $ npm run serve

To update dist files (the ones that will be distributed with the plugin), run::

  $ npm run build

.. |gha| image:: https://github.com/modoboa/modoboa-radicale/actions/workflows/plugin.yml/badge.svg
   :target: https://github.com/modoboa/modoboa-radicale/actions/workflows/plugin.yml
.. |codecov| image:: http://codecov.io/github/modoboa/modoboa-radicale/coverage.svg?branch=master
   :target: http://codecov.io/github/modoboa/modoboa-radicale?branch=master

            

Raw data

            {
    "_id": null,
    "home_page": "http://modoboa.org/",
    "name": "modoboa-radicale",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "modoboa email radicale calendar caldav",
    "author": "Antoine Nguyen",
    "author_email": "tonio@ngyn.org",
    "download_url": "https://files.pythonhosted.org/packages/cd/c6/4e02a1339eec38d3894ca7742a484c1d2e41d967380d4c0681d23cfacf40/modoboa-radicale-1.7.2.tar.gz",
    "platform": null,
    "description": "modoboa-radicale\n================\n\n|gha| |codecov|\n\nThe `Radicale <http://radicale.org/>`_ frontend of Modoboa.\n\nInstallation\n------------\n\nInstall this extension system-wide or inside a virtual environment by\nrunning the following commands::\n\n  $ pip install https://github.com/modoboa/caldav/tarball/master#egg=caldav\n  $ pip install modoboa-radicale\n\nEdit the settings.py file of your modoboa instance and apply the following modifications:\n\n- add ``modoboa_radicale`` inside the ``MODOBOA_APPS`` variable like this::\n\n    MODOBOA_APPS = (\n      'modoboa',\n      'modoboa.core',\n      'modoboa.lib',\n      'modoboa.admin',\n      'modoboa.transport',\n      'modoboa.relaydomains',\n      'modoboa.limits',\n      'modoboa.parameters',\n      # Extensions here\n      # ...\n      'modoboa_radicale',\n    )\n\n- Add the following at the end of the file::\n\n    from modoboa_radicale import settings as modoboa_radicale_settings\n    modoboa_radicale_settings.apply(globals())\n\nRun the following commands to setup the database tables::\n\n  $ cd <modoboa_instance_dir>\n  $ python manage.py migrate\n  $ python manage.py load_initial_data\n  $ python manage.py collectstatic\n    \nFinally, restart the python process running modoboa (uwsgi, gunicorn,\napache, whatever).\n\nFor developpers\n---------------\n\nThe frontend part of this plugin is developed with `VueJS 2 <https://vuejs.org/>`_ and\nrequires `nodejs <https://nodejs.org/en/>`_ and `webpack <https://webpack.js.org/>`_.\n\nOnce nodejs is installed on your system, run the following commands::\n\n  $ cd frontend\n  $ npm install\n  $ npm run serve\n\nTo update dist files (the ones that will be distributed with the plugin), run::\n\n  $ npm run build\n\n.. |gha| image:: https://github.com/modoboa/modoboa-radicale/actions/workflows/plugin.yml/badge.svg\n   :target: https://github.com/modoboa/modoboa-radicale/actions/workflows/plugin.yml\n.. |codecov| image:: http://codecov.io/github/modoboa/modoboa-radicale/coverage.svg?branch=master\n   :target: http://codecov.io/github/modoboa/modoboa-radicale?branch=master\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The Radicale frontend of Modoboa",
    "version": "1.7.2",
    "project_urls": {
        "Homepage": "http://modoboa.org/"
    },
    "split_keywords": [
        "modoboa",
        "email",
        "radicale",
        "calendar",
        "caldav"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ae62322432c433e1037fbd7d8049aef17ed5a4e1930c661e930d743c5cb265c",
                "md5": "13b3580dd413574e09047daca20f9c10",
                "sha256": "8c541f88396ded9f1bc0329945f1588d45c934be807593cacf4ad72e7d1536c5"
            },
            "downloads": -1,
            "filename": "modoboa_radicale-1.7.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "13b3580dd413574e09047daca20f9c10",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 1827037,
            "upload_time": "2024-04-09T08:26:52",
            "upload_time_iso_8601": "2024-04-09T08:26:52.816783Z",
            "url": "https://files.pythonhosted.org/packages/3a/e6/2322432c433e1037fbd7d8049aef17ed5a4e1930c661e930d743c5cb265c/modoboa_radicale-1.7.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdc64e02a1339eec38d3894ca7742a484c1d2e41d967380d4c0681d23cfacf40",
                "md5": "e3ba6f837fb2406d029352323d24be26",
                "sha256": "67a16df5c6ec4828e8ece5a02f40cba49dcebd7f84608aeadf04d00a104fc40e"
            },
            "downloads": -1,
            "filename": "modoboa-radicale-1.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e3ba6f837fb2406d029352323d24be26",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1552688,
            "upload_time": "2024-04-09T08:26:54",
            "upload_time_iso_8601": "2024-04-09T08:26:54.390619Z",
            "url": "https://files.pythonhosted.org/packages/cd/c6/4e02a1339eec38d3894ca7742a484c1d2e41d967380d4c0681d23cfacf40/modoboa-radicale-1.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 08:26:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "modoboa-radicale"
}
        
Elapsed time: 0.24316s