Etherpad เป็นโปรแกรม editor ผ่านเว็บ สามารถทำงานร่วมกันได้หลายๆ คนได้ มี chat-box และมี plugin เสริมอีกมากมาย สำหรับการติดตั้งก็ง่ายมากเพียงแค่ clone โครงการใช้ github และสั่ง run ได้้เลย ก่อนอื่นต้องมาติดตั้ง โปรแกรมที่ต้องใช้งานกันก่อน ดังนี้
apt-get install gzip git-core curl python libssl-dev pkg-config build-essential
จากนั้น clone git repo ของ etherpad มาดังนี้
git clone git://github.com/ether/etherpad-lite.git
cd etherpad-lite/
สั่ง run ได้เลย
bin/run.sh
เมื่อ Etherpad ดาวน์โหลด module ที่จำเป็นต้องใช้เสร็จเรียบร้อย ก็จะสามารถใช้งานผ่านได้ที่ port 9001 เช่น http://localhost:9001