Created
February 10, 2014 12:42
-
-
Save rstarmer/8915184 to your computer and use it in GitHub Desktop.
Etherpad-Lite setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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