redhog / ep_sketchspace

The Etherpad drawing plugin
http://redhog.org/ep_sketchspace
9 stars 4 forks source link

Instructions for installing plugin #2

Closed compositionXI closed 12 years ago

compositionXI commented 12 years ago

Hi, I just integrated etherpad into my app, and I am now trying to add drawing functionality. However, there doesn't seem to be much documentation about plugins and how to install them. What steps do I need to take to integrate the sketchspace plugin?

redhog commented 12 years ago

You can install it from the userinterface at http://localhost:9001/admin/plugins.

Alternatively you can install a plugin from the command line using the command "npm". All plugins are just npm packages whose names begin with "ep", so to search for plugins do "npm search ep" and to install a plugin do "npm install ep_somepluginname".