From 8233d6381b1f11f6084b7c91df5f061648448222 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Sun, 8 May 2011 19:24:23 +0100 Subject: [PATCH] update README, installation instructions are now with npm --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 31f3f736..7795ecc4 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,11 @@ documented codebase makes it easier for developers to improve the code * Plugin framework # 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. -2. install npm [curl http://npmjs.org/install.sh | sh] -3. install socket.io [npm install socket.io] - -# Start -1. cd bin -2. ./run.sh -3. Open your web browser and visit http://IPSERVER:9001 +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. +2. install npm `curl http://npmjs.org/install.sh | sh` +3. install etherpad-lite `npm install ep-lite` +4. start with `ep-lite` +5. Open your web browser and visit # Contribute Look at the TODO list at . @@ -47,4 +44,3 @@ You can join the mailinglist # License Apache License v2 -