14 lines
275 B
Text
14 lines
275 B
Text
= 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
|
|
|
|
= Start etherpad-lite =
|
|
|
|
su -s /bin/bash - etherpad
|
|
tmux new etherpad-lite/bin/run.sh
|