Go to file
HansPinckaers 9eb1fecfa7 Merge remote branch 'johns/master' 2011-04-06 19:31:23 +02:00
bin Add a runDebug Script 2011-03-28 13:27:09 +01:00
doc Uploaded improved documentation about easysync, thx @Joe Corneli 2011-03-28 13:30:42 +01:00
node Merge remote branch 'johns/master' 2011-04-06 19:31:23 +02:00
static Merge remote branch 'johns/master' 2011-04-06 19:31:23 +02:00
tests first-commit 2011-03-26 13:10:41 +00:00
README yet another readme update 2011-03-26 17:50:23 +00:00

README

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
* Better support for third party editors

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
1. cd bin
2. ./run.sh

TESTING
1. Open your web browser and visit http://IPSERVER:9001