update README, installation instructions are now with npm
parent
6e7b0b0a9c
commit
8233d6381b
14
README.md
14
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 <http://nodejs.org/> and build it with this instructions <https://github.com/joyent/node/wiki/Installation>. 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 <http://nodejs.org/> and build it with this instructions <https://github.com/joyent/node/wiki/Installation>. <br>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 <http://localhost:9001>
|
||||
|
||||
# Contribute
|
||||
Look at the TODO list at <https://github.com/Pita/etherpad-lite/wiki/TODO>.
|
||||
|
@ -47,4 +44,3 @@ You can join the mailinglist <http://groups.google.com/group/etherpad-lite-dev>
|
|||
# License
|
||||
Apache License v2 <http://www.apache.org/licenses/LICENSE-2.0.html>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue