summaryrefslogtreecommitdiffstats
path: root/network/etherpad-lite/README.Slackware
diff options
context:
space:
mode:
author Luke Williams <xocel@iquidus.org>2012-12-21 21:34:15 +0100
committer Matteo Bernardini <ponce@slackbuilds.org>2012-12-21 21:34:41 +0100
commitf5ff7ccd0787bbbe094fc0f7f0503a2cddc4368c (patch)
tree5d86b9907d651b1befe6140fbba1b442c9619566 /network/etherpad-lite/README.Slackware
parent0a49058508940879bd303fe27c03f9c4a3d0675f (diff)
downloadslackbuilds-f5ff7ccd0787bbbe094fc0f7f0503a2cddc4368c.tar.gz
slackbuilds-f5ff7ccd0787bbbe094fc0f7f0503a2cddc4368c.tar.xz
network/etherpad-lite: Added (real-time collaborative editor).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/etherpad-lite/README.Slackware')
-rw-r--r--network/etherpad-lite/README.Slackware27
1 files changed, 27 insertions, 0 deletions
diff --git a/network/etherpad-lite/README.Slackware b/network/etherpad-lite/README.Slackware
new file mode 100644
index 0000000000..fe45a84237
--- /dev/null
+++ b/network/etherpad-lite/README.Slackware
@@ -0,0 +1,27 @@
+This script requires an 'etherpad' user/group to exist before
+running.
+The recommended UID/GID is 264. You can create these like so:
+ groupadd -g 264 etherpad
+ useradd -u 264 -g 264 -c "Etherpad lite" -m etherpad
+
+After installation, Etherpad lite can be started with
+
+ /etc/rc.d/rc.etherpad-lite start
+
+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