This project is no longer maintained
This is a set of plugins that provide CoOps implementation for CKEditor (https://github.com/foyt/coops-spec/).
CoOps turns CKEditor into collaborative real-time rich-text editor that allows multiple users to edit simultaneously same text document.
Download required plugins:
Extract zip files into plugins folder of your CKEditor installation.
e.g. /var/www/example.com/ckeditor/plugins/
Enable plugins by adding them into extraPlugins configuration setting.
config.extraPlugins = 'coops,coops-connector,coops-dmp,coops-cursors';
Change editor to be readOnly by default
config.readOnly = true;
Configure CoOps server url
coops: {
serverUrl: [SERVER_URL]
}