blob: 51492e3013a5ee18ae47948ac25e189a13697916 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
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
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
|