I just do not know, whether you have read about ETHERPAD LITE
https://github.com/Pita/etherpad-lite/wiki
It needs only a fraction of the resources of Etherpad.
Etherpad vs Etherpad Lite Etherpad Etherpad Lite Size of the folder (without git history) 30 MB 1.5 MB Languages used server side Javascript (Rhino), Java, Scala Javascript (node.js) Lines of server side Javascript code ~101k ~9k RAM Usage immediately after start 257 MB (grows to ~1GB) 16 MB (grows to ~30MB)
I like this: "The Etherpad Lite jQuery plugin https://github.com/johnyma22/etherpad-lite-jquery-plugin easily allows you to add a pad from Etherpad in a web page. It injects the pad contents into a div using iframes."
Tom
On Tue, Oct 25, 2011 at 11:17 PM, Thomas Gries mail@tgries.de wrote:
I just do not know, whether you have read about ETHERPAD LITE
https://github.com/Pita/etherpad-lite/wiki
It needs only a fraction of the resources of Etherpad.
I believe Neil Kandalgaonkar was working with the Etherpad Lite devs at some point to... do some thing cool. I forget what.
Roan
On Tue, Oct 25, 2011 at 5:21 PM, Roan Kattouw roan.kattouw@gmail.com wrote:
On Tue, Oct 25, 2011 at 11:17 PM, Thomas Gries mail@tgries.de wrote:
I just do not know, whether you have read about ETHERPAD LITE
https://github.com/Pita/etherpad-lite/wiki
It needs only a fraction of the resources of Etherpad.
I believe Neil Kandalgaonkar was working with the Etherpad Lite devs at some point to... do some thing cool. I forget what.
Roan
And I have submitted a request to Wikimedia's ops team to upgrade our etherpad.wikimedia.org installation to Etherpad Lite.
Sumana Harihareswara Volunteer Development Coordinator Wikimedia Foundation
RT #? On Oct 25, 2011 5:40 PM, "Sumana Harihareswara" sumanah@wikimedia.org wrote:
On Tue, Oct 25, 2011 at 5:21 PM, Roan Kattouw roan.kattouw@gmail.com wrote:
On Tue, Oct 25, 2011 at 11:17 PM, Thomas Gries mail@tgries.de wrote:
I just do not know, whether you have read about ETHERPAD LITE
https://github.com/Pita/etherpad-lite/wiki
It needs only a fraction of the resources of Etherpad.
I believe Neil Kandalgaonkar was working with the Etherpad Lite devs at some point to... do some thing cool. I forget what.
Roan
And I have submitted a request to Wikimedia's ops team to upgrade our etherpad.wikimedia.org installation to Etherpad Lite.
Sumana Harihareswara Volunteer Development Coordinator Wikimedia Foundation
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
On 26/10/11 00:07, Jeremy Baron wrote:
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
Does etherpad-lite also fix the annoying problems with current etherpad: last chat line half visible, scrolling jumps directly to very top or very bottom, cannot resize chat pane?
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
I was looking into etherpad-lite as a possible basis for a service to help with concurrent editing. Still haven't made a decision there whether it is a good basis or if we should write our own (should we even want to do concurrent editing).
I am told that etherpad-lite is a bit less stable than etherpad, but I'd like to try running it ourselves to see for sure. The main benefit of etherpad-lite is that it doesn't run in a byzantine Java-based JavaScript environment kludged together in 2008; it's much more modern. So there are fewer things for us to comprehend, if we want to get serious about such kinds of services.
On Tue, Oct 25, 2011 at 2:21 PM, Roan Kattouw roan.kattouw@gmail.comwrote:
On Tue, Oct 25, 2011 at 11:17 PM, Thomas Gries mail@tgries.de wrote:
I just do not know, whether you have read about ETHERPAD LITE
https://github.com/Pita/etherpad-lite/wiki
It needs only a fraction of the resources of Etherpad.
I believe Neil Kandalgaonkar was working with the Etherpad Lite devs at some point to... do some thing cool. I forget what.
Roan
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
On your etherpad installation @ http://etherpad.wikimedia.org the scroll bar is malfunctioning. Both in chrome and firefox. - Hunter F.
On Thu, Oct 27, 2011 at 10:46 AM, Neil Kandalgaonkar neilk@wikimedia.orgwrote:
I was looking into etherpad-lite as a possible basis for a service to help with concurrent editing. Still haven't made a decision there whether it is a good basis or if we should write our own (should we even want to do concurrent editing).
I am told that etherpad-lite is a bit less stable than etherpad, but I'd like to try running it ourselves to see for sure. The main benefit of etherpad-lite is that it doesn't run in a byzantine Java-based JavaScript environment kludged together in 2008; it's much more modern. So there are fewer things for us to comprehend, if we want to get serious about such kinds of services.
On Tue, Oct 25, 2011 at 2:21 PM, Roan Kattouw <roan.kattouw@gmail.com
wrote:
On Tue, Oct 25, 2011 at 11:17 PM, Thomas Gries mail@tgries.de wrote:
I just do not know, whether you have read about ETHERPAD LITE
https://github.com/Pita/etherpad-lite/wiki
It needs only a fraction of the resources of Etherpad.
I believe Neil Kandalgaonkar was working with the Etherpad Lite devs at some point to... do some thing cool. I forget what.
Roan
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
On Sat, Oct 29, 2011 at 12:19 AM, Hunter Fernandes h.g.fern@gmail.com wrote:
On your etherpad installation @ http://etherpad.wikimedia.org the scroll bar is malfunctioning. Both in chrome and firefox.
Oh trust me, we know, we feel the pain on a regular basis. That's what Niklas was talking about.
Roan
Am 29.10.2011 00:23, schrieb Roan Kattouw:
On Sat, Oct 29, 2011 at 12:19 AM, Hunter Fernandes h.g.fern@gmail.com wrote:
On your etherpad installation @ http://etherpad.wikimedia.org the scroll bar is malfunctioning. Both in chrome and firefox.
Oh trust me, we know, we feel the pain on a regular basis. That's what Niklas was talking about.
Roan
Not directly related to the Etherpad problem, but as information: There's my "strong and full" commitment to set up and run for you Etherpad Lite in the nearest future (as soon as possible, when Ryan has time to manage the necessary steps)
Tom
wikitech-l@lists.wikimedia.org