collective.etherpad

Etherpad-lite integration in Plone


Keywords
plone, etherpad
License
GPL-2.0+
Install
pip install collective.etherpad==1.1.2

Documentation

Introduction

This addon integrate etherpad into the Plone CMS. It is a way to get Collaborating in really real-time on document.

About Etherpad

Etherpad is an Open Source online editor providing collaborative editing in really real-time powered by Node.js

How to install

https://secure.travis-ci.org/toutpt/collective.etherpad.png

This addon can be installed as any other Plone addons. Please follow the official documentation.

You must install etherpad-lite and configure it. If you want to deploy it using buildout you can referer to the provided buildout of this addon on github. It is important that your etherpad is on the same domain as your Plone site (using a reserved path) to let cookies working properly and so your users being authenticated in Plone to be authenticated in etherpad.

You will probably have to install etherpad dependencies: NodeJS and NPM <https://npmjs.org/>. Under Linux, type

``apt-get install nodejs npm``

How to configure

A set of configuration is available on the configuration registry of Plone (/portal_registry). You should review theses settings and integrate them in your site policy.

Set as value for collective.etherpad.settings.EtherpadSettings.apikey the content of the APIKEY.txt file that fits in the etherpad install folder. If you have installed etherpad with buildout, you'll find it at collective.etherpad/parts/etherpad-lite/APIKEY.txt.

Credits

Companies

makinacom

Authors