puppet/etherpadlite
2013-06-29 14:47:29 +03:00
..
manifests etherpadlite: Set umask for etherpad user 2013-06-29 14:39:49 +03:00
README etherpadlite: Added some installation instructions 2013-06-29 14:47:29 +03:00

= Install node.js (for CentOS) =

yum install v8-devel openssl-devel zlib-devel
mkdir /usr/local/src/nodejs && cd /usr/local/src/nodejs
wget http://nodejs.org/dist/node-latest.tar.gz
tar xzvf node-latest.tar.gz && cd node-v*
./configure --shared-v8 --shared-openssl --shared-zlib
make install

= Install etherpad-lite =

su -s /bin/bash - etherpad
git clone https://github.com/ether/etherpad-lite.git
cd etherpad-lite
vi settings.json
bin/run.sh
^C
npm install ep_monospace_default

= Starting etherpad-lite =

su -s /bin/bash - etherpad
tmux new etherpad-lite/bin/run.sh