Git Product home page Git Product logo

collective.etherpad's Introduction

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

collective.etherpad's People

Contributors

kiorky avatar tdesvenain avatar toutpt avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

collective.etherpad's Issues

ValueError: No JSON object could be decoded

Hi.
I installed collective.etherpad per buildout and everything worked fine. But after activation the addon I get the following error message while trying to collaborate.

Traceback (innermost last):
Module ZPublisher.Publish, line 138, in publish
Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 48, in call_object
Module collective.etherpad.archetypes, line 86, in call
Module collective.etherpad.archetypes, line 113, in update
Module collective.etherpad.api, line 361, in _callable
Module json, line 338, in loads
Module json.decoder, line 365, in decode
Module json.decoder, line 383, in raw_decode
ValueError: No JSON object could be decoded

I got nodejs and npm installed on a freebsd system.

Regards.

Problem in registration

I have installed Nodejs and etherpad without problems.
Then added all files form the git https://github.com/ether/etherpad-lite.git to a new plone installation. I ran the ./bin/buildout and it seems to be all right.
In mysite/plone_control_panel I also have added the product.
The problem rise when I go in the ZMI to:
//portal_registration
and I try to add collective.etherpad.layer.Layer
Here it rises the error:

Traceback (innermost last):

Module ZPublisher.Publish, line 126, in publish
Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 46, in call_object
Module Products.Five.utilities.browser.marker, line 33, in call
Module Products.Five.utilities.browser.marker, line 59, in update
Module Products.Five.utilities.marker, line 57, in dottedToInterfaces
Module zope.component.interface, line 128, in getInterface
ComponentLookupError: collective.etherpad.layer.Layer

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.