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) |
apt-get install gzip git-core curl python libssl-dev build-essential
yum install gzip git-core curl python openssl-dev && yum groupinstall "Development Tools"
tar xf node-v0.6*
cd node-v0.6*
and build node with ./configure && make && make install
curl http://npmjs.org/install.sh | sh
git clone 'git://github.com/Pita/etherpad-lite.git'
bin/installDeps.sh
bin/run.sh