Am 26.10.2011 10:13, schrieb Antoine Musso:
On Oct 25, 2011 5:40 PM, "Sumana Harihareswara" wrote:
And I have submitted a request to Wikimedia's ops team to upgrade our etherpad.wikimedia.org installation to Etherpad Lite.
RT #?
The ops ticket is #1720 : https://rt.wikimedia.org/Ticket/Display.html?id=1720
Set-up of etherpad-lite about 3 minutes.
Source: https://github.com/Pita/etherpad-lite/blob/master/README.md Linux, as root: Install the dependencies. We need the gzip, git, curl, libssl develop libraries and python apt-get install gzip git-core curl python libssl-dev build-essential
Install node.js Download the latest 0.4.x node.js release from http://nodejs.org/#download Extract it with tar xf node-v0.4* Move into the node folder cd node-v0.4* and build node with ./configure && make && make install
Install npm curl http://npmjs.org/install.sh | sh
As any user (we recommend creating a separate user called etherpad-lite):
Move to a folder where you want to install Etherpad Lite. Clone the git repository git clone 'git://github.com/Pita/etherpad-lite.git' Install the dependencies with bin/installDeps.sh Start it with bin/run.sh Open your web browser and visit http://localhost:9001. You like it? Look at the 'Next Steps' section below