We haven’t finished working on the plugin framework update functionality yet so in the mean time to update Etherpad Lite plugins please do:
npm install --upgrade ep_pluginname
Founder, Inventor, Creator
We haven’t finished working on the plugin framework update functionality yet so in the mean time to update Etherpad Lite plugins please do:
npm install --upgrade ep_pluginname
Etherpad now offers a plugin framework that is accessible via the web browser at:
http://youretherpadserver.com/admin/plugins
Edit your settings.json uncommenting the lines containing an admin user / pass (search for admin):
Change the user and pass to something secure, y’know, not password…
Restart(or start) Etherpad and visit /admin/plugins in your web browser.
Etherpad does not use PHP or Apache.
Etherpad uses Javascript in NodeJS. You should ask your web host if they support NodeJS and if they have a guide for you to get started deploying NodeJS apps to their hosting.
Here are some services that can provide web/Node hosting for you to test/play with:
http://nodester.com/
https://no.de/
http://prgmr.com
http://Slicehost.com
http://Linode.com
http://www.nodesocket.com/
http://CloudFoundry.com
http://DreamHost.com
http://aws.amazon.com/ec2/
Replacing the title in Etherpad Lite with Your own title is just a little command.
Open up custom/pad.js
Edit customStart to read..
customStart(){ document.title= "Your Title Here" }
To change the title for the start page just do the same in index.js