From e8883be7f8ed50f374b4fe099d99be50c647d807 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sun, 29 Jan 2017 12:58:29 +0000 Subject: network/etherpad-lite: README changes, including user/group info. Signed-off-by: David Spencer --- network/etherpad-lite/README.SLACKWARE | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 network/etherpad-lite/README.SLACKWARE (limited to 'network/etherpad-lite/README.SLACKWARE') diff --git a/network/etherpad-lite/README.SLACKWARE b/network/etherpad-lite/README.SLACKWARE new file mode 100644 index 000000000000..c9796577b39a --- /dev/null +++ b/network/etherpad-lite/README.SLACKWARE @@ -0,0 +1,23 @@ +After installation, Etherpad lite can be started with + + /etc/rc.d/rc.etherpad-lite start + +You can launch your browser at http://localhost:9001 + +if you want it to start at boot, add an entry like this +in /etc/rc.d/rc.local + + # Start etherpad-lite: + if [ -x /etc/rc.d/rc.etherpad-lite ]; then + /etc/rc.d/rc.etherpad-lite start + fi + +to stop it at shutdown, add a similar entry substituting +"start" with "stop" in /etc/rc.d/rc.local_shutdown. + +Settings can be configured in /etc/etherpad-lite/settings.json + +Log files can be found in /var/log/etherpad-lite/ + +If you want to use it with mysql, have a look at +https://github.com/ether/etherpad-lite/wiki/How-to-use-Etherpad-Lite-with-MySQL -- cgit v1.2.3