Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.41 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.41 KB

ep_maadix

This plugin adds the following features to etherpad-lite:

  • User-Management System
  • Group-Management System
  • Optionally allow register of new users
  • Optionally allow public pads
  • Administration interface

Installation

In order to use this plugin you have to configure Etherpad Lite to use MySQL as backend database.

At the moment you still cannot install the plugin from the administrator interface so you have to clone it:

git clone https://github.com/PabloCastellano/ep_maadix
cp ep_maadix/ep_maadix/email.json.template ep_maadix/ep_maadix/email.json
cd etherpad-lite
npm install ../ep_maadix/ep_maadix

In the near future this command should replace the previous ones:

npm install git+https://github.com/PabloCastellano/ep_maadix.git

Then use the provided SQL script to create the schema:

mysql -u USER -p < sql_listing.sql

Screenshots

TODO

Credits

It is based in these other plugins that were unmaintained at the time of the development:

Known alternatives to this plugin