Skip to content
Wikinaut edited this page Nov 23, 2012 · 28 revisions

Start your Etherpad lite with /admin (or /admin/plugins ). Browse through the list you see there. Install or deinstall be following the instructions on the page.

The following list is neither up to date nor comprehensive

Installing plugins

cd etherpad-lite
npm install ep_*name*

Then restart etherpad-lite: it will detect the new plugin and use it.

To remove a plugin

npm uninstall ep_*name*

And restart etherpad-lite.

General

Resources

For Developers

How to's

Set up

Advanced steps

Integrating Etherpad in your web app

for Developers

Clone this wiki locally