Code Monkey home page Code Monkey logo

rcmcarddav's Introduction

RCMCardDAV

CardDAV plugin for the RoundCube Webmailer

Upgrading from 1.0

There is no upgrade path from the 1.0 version. You need to manually remove RCMCardDAV 1.0, drop its tables from your database and start with a fresh installation.

Requirements

RCMCardDAV requires at least PHP 5.6.18. Older versions might work if the version check is disabled using the $prefs['_GLOBAL']['suppress_version_warning'] configuration entry, but this is unsupported.

Installation

RCMCardDAV can be installed via composer, from a release tarball or from a git clone. This list is in increasing difficulty, with composer being the easiest method.

Please note that due to version incompatibilities of depending libraries, this plugin might be incompatible to Kolabs calendar plugin. There is a compatible version available here: http://git.faster-it.de/roundcube_calendar/.

Intallation steps:

  • Log out of Roundcube! This is important because RCMCardDAV runs its database initialisation / update procedure only when a user logs in!
  • Get RCMCardDAV
    • Via composer:
      • Add "roundcube/carddav": "dev-master" to your composer.json file and install with php composer.phar install.
    • Via git:
    • Via release tarball:
      • Download and extract the release tarball into roundcube/plugins directory and rename the extracted directory to carddav. The tarball contains all necessary dependencies and does not need composer.
  • Configure RCMCardDAV If you want to configure preset addressbooks for your users, copy the file config.inc.php.dist to config.inc.php and edit it as you need.
  • Make sure that the files and directories are owned by the user and group that your webserver runs as. For Debian GNU/Linux that would be: chown -R www-data:www-data roundcubemail/plugins/carddav
  • Install the curl php extension if not already present: sudo apt-get install php5-curl
  • Enable RCMCardDAV in Roundcube: Open the file roundcube/config/config.inc.php and add carddav to the array $config['plugins'].
  • Login to Roundcube and setup your addressbook by navigation to the Settings page and click on CardDAV.

In case of errors, check the files roundcube/logs/*.

rcmcarddav's People

Contributors

bbraybrook-tc avatar blind-coder avatar brocktice avatar d1saster avatar descartes1 avatar diorcety avatar e-dschungel avatar ggtd avatar inusasha avatar jcharaoui avatar jeekajoo avatar jmberg avatar jorgelzpz avatar jplock avatar kermit-the-frog avatar ltsavar avatar mstilkerich avatar sahne123 avatar skrat avatar stremlau avatar tblue avatar tobyll avatar tsia avatar websafe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.