etherpad-lite/README

41 lines
918 B
Text
Raw Normal View History

2011-03-26 14:41:37 +01:00
Etherpad-Lite
What is Etherpad Lite?
Etherpad lite is a really-real time collaborative editor spawned from the Hell fire of Etherpad.
Why use Etherpad Lite?
* Tiny server hardware footprint
* Pure Javascript client and server side
* No nasty dependancies
* Simplfied interface
* Easy to embed
* Well documented
2011-03-26 18:50:23 +01:00
* Better support for third party editors
2011-03-26 14:41:37 +01:00
What isn't available yet when compared to Etherpad?
* Timeslider
* Import/Export
* Clear authorship colours
* Upload files
* View Saved revisions
* Chat
* Pad management
* User management
* Plugin framework
REQUIREMENTS
NoteJS - http://nodejs.org/ [apt-get install nodejs]
NPM[Node Package Manager] - http://npmjs.org [curl http://npmjs.org/install.sh | sh]
INSTALATION
1. apt-get install nodejs
2. curl http://npmjs.org/install.sh | sh
3. npm install socket.io
RUNNING
2011-03-26 14:50:43 +01:00
1. cd bin
2011-03-26 15:50:46 +01:00
2. ./run.sh
2011-03-26 14:41:37 +01:00
TESTING
1. Open your web browser and visit http://IPSERVER:9001
2011-03-26 14:41:37 +01:00