summaryrefslogtreecommitdiffstats
path: root/network/etherpad-lite
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2017-01-29 12:58:29 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-04 07:00:23 +0700
commite8883be7f8ed50f374b4fe099d99be50c647d807 (patch)
tree2776ac7a4808f5fc774608a0fda87f7b4f0d06bf /network/etherpad-lite
parent2be769746d7e1da64054c3dfbd4950cf626109dc (diff)
downloadslackbuilds-e8883be7f8ed50f374b4fe099d99be50c647d807.tar.gz
slackbuilds-e8883be7f8ed50f374b4fe099d99be50c647d807.tar.xz
network/etherpad-lite: README changes, including user/group info.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/etherpad-lite')
-rw-r--r--network/etherpad-lite/README38
-rw-r--r--network/etherpad-lite/README.SLACKWARE (renamed from network/etherpad-lite/README.Slackware)6
2 files changed, 24 insertions, 20 deletions
diff --git a/network/etherpad-lite/README b/network/etherpad-lite/README
index 12d51a48c3..5b76b1e0b0 100644
--- a/network/etherpad-lite/README
+++ b/network/etherpad-lite/README
@@ -1,17 +1,27 @@
-Etherpad lite is a really-real time collaborative editor spawned
-from the Hell fire of Etherpad.
-We're reusing the well tested Etherpad easysync library to make it
-really realtime.
-Etherpad Lite is based on node.js ergo is much lighter and more
-stable than the original Etherpad. Our hope is that this will
-encourage more users to use and install a realtime collaborative
-editor. A smaller, etherpad-lite: manageable and well documented
-codebase makes it easier for developers to improve the code and
-contribute towards the project.
-
-See README.Slackware for some Slackware notes setup (with things
-to do before and after building the package).
+Etherpad lite is a really-real time collaborative editor spawned from
+the Hell fire of Etherpad. We're reusing the well tested Etherpad
+easysync library to make it really realtime. Etherpad Lite is based on
+node.js so is much lighter and more stable than the original Etherpad.
+Our hope is that this will encourage more users to use and install a
+realtime collaborative editor. A smaller, manageable and well
+documented codebase makes it easier for developers to improve the code
+and contribute towards the project.
+
+See etherpad lite in action at http://slackpad.org
+
+
+Optional Dependency
abiword (with AbiCommand plugin) is required to import/export pads.
-See etherpad lite in action at http://slackpad.org
+
+Groupname and Username
+
+You must have the 'etherpad' group and user to run this script,
+for example:
+
+ groupadd -g 264 etherpad
+ useradd -u 264 -g 264 -c "Etherpad lite" -m etherpad
+
+
+See README.SLACKWARE for some additional Slackware notes.
diff --git a/network/etherpad-lite/README.Slackware b/network/etherpad-lite/README.SLACKWARE
index c766fa7783..c9796577b3 100644
--- a/network/etherpad-lite/README.Slackware
+++ b/network/etherpad-lite/README.SLACKWARE
@@ -1,9 +1,3 @@
-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