summaryrefslogtreecommitdiffstats
path: root/network/etherpad-lite/README.SLACKWARE
diff options
context:
space:
mode:
author David Spencer2017-01-29 13:58:29 +0100
committer Willy Sudiarto Raharjo2017-02-04 01:00:23 +0100
commite8883be7f8ed50f374b4fe099d99be50c647d807 (patch)
tree2776ac7a4808f5fc774608a0fda87f7b4f0d06bf /network/etherpad-lite/README.SLACKWARE
parent2be769746d7e1da64054c3dfbd4950cf626109dc (diff)
downloadslackbuilds-e8883be7f8ed50f374b4fe099d99be50c647d807.tar.gz
network/etherpad-lite: README changes, including user/group info.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/etherpad-lite/README.SLACKWARE')
-rw-r--r--network/etherpad-lite/README.SLACKWARE23
1 files changed, 23 insertions, 0 deletions
diff --git a/network/etherpad-lite/README.SLACKWARE b/network/etherpad-lite/README.SLACKWARE
new file mode 100644
index 0000000000..c9796577b3
--- /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