Skip to content

Instantly share code, notes, and snippets.

@rstarmer
Created February 10, 2014 12:42
Show Gist options
  • Save rstarmer/8915184 to your computer and use it in GitHub Desktop.
Save rstarmer/8915184 to your computer and use it in GitHub Desktop.
Etherpad-Lite setup
https://github.com/velaluqa/puppet-etherpad.git
sudo apt-get update
sudo apt-get install -y python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
apt-get install abiword
echo 12345 > /srv/etherpad/.git/4777e366923ee89d380b12eb413c950b721
sudo iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 9000
edit params.pp
$etherpad_users = {'admin'=>'Cisco123','lew'=>'Cisco123','rob
ert'=>'Cisco123'}
$etherpad_sources = "https://github.com/ether/etherpad-lite.git"
edit settins.json
"users": {
"admin": {
"password": "cisco",
"is_admin": true
puppet apply -e 'class {'etherpad': }:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment