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 | 38 +++++++++++++++++++++------------- network/etherpad-lite/README.SLACKWARE | 23 ++++++++++++++++++++ network/etherpad-lite/README.Slackware | 29 -------------------------- 3 files changed, 47 insertions(+), 43 deletions(-) create mode 100644 network/etherpad-lite/README.SLACKWARE delete mode 100644 network/etherpad-lite/README.Slackware (limited to 'network/etherpad-lite') 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 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 diff --git a/network/etherpad-lite/README.Slackware b/network/etherpad-lite/README.Slackware deleted file mode 100644 index c766fa7783..0000000000 --- a/network/etherpad-lite/README.Slackware +++ /dev/null @@ -1,29 +0,0 @@ -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 - -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