From 2fa1d8768b52ebf7483a4ecb41c2a0ad007efaef Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Thu, 7 Jul 2011 18:21:20 +0100 Subject: [PATCH] Improved the README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 52660d97..99beed0e 100644 --- a/README.md +++ b/README.md @@ -12,24 +12,25 @@ Visit to test it live # Etherpad vs Etherpad Lite - + - + - + - + - +
  Etherpad Etherpad Lite EtherpadEtherpad Lite
Size of the folder (without git history) 30 MB 1.5 MBSize of the folder (without git history)30 MB1.5 MB
Languages used server side Javascript (Rhino), Java, Scala Javascript (node.js)Languages used server sideJavascript (Rhino), Java, ScalaJavascript (node.js)
Lines of server side Javascript code 101410 5330Lines of server side Javascript code1014105330
RAM Usage immediately after start 257 MB 16 MBRAM Usage immediately after start257 MB16 MB
# Installation -1. Download latest node.js version from and build it with this instructions .
THE NODE.JS VERSION OF YOUR LINUX REPOSITORY MAY BE TOO OLD. PLEASE COMPILE FROM THE SOURCE TO GET SURE YOU HAVE THE LATEST VERSION. +1. Download latest node.js version from and build it with this instructions .
+The Node.js version of your Linux repository might be too old/new. Please compile from the source to get sure you have the correct version. We support node.js version 0.4.* 2. Install npm `curl http://npmjs.org/install.sh | sh` 3. Ensure you have installed the sqlite develob libraries, gzip and git `apt-get install libsqlite3-dev gzip git-core` 4. Clone the git repository `git clone 'git://github.com/Pita/etherpad-lite.git'`