mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/etherpad-lite: README changes, including user/group info.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
2be769746d
commit
e8883be7f8
2 changed files with 23 additions and 19 deletions
|
@ -1,17 +1,27 @@
|
||||||
Etherpad lite is a really-real time collaborative editor spawned
|
Etherpad lite is a really-real time collaborative editor spawned from
|
||||||
from the Hell fire of Etherpad.
|
the Hell fire of Etherpad. We're reusing the well tested Etherpad
|
||||||
We're reusing the well tested Etherpad easysync library to make it
|
easysync library to make it really realtime. Etherpad Lite is based on
|
||||||
really realtime.
|
node.js so is much lighter and more stable than the original Etherpad.
|
||||||
Etherpad Lite is based on node.js ergo is much lighter and more
|
Our hope is that this will encourage more users to use and install a
|
||||||
stable than the original Etherpad. Our hope is that this will
|
realtime collaborative editor. A smaller, manageable and well
|
||||||
encourage more users to use and install a realtime collaborative
|
documented codebase makes it easier for developers to improve the code
|
||||||
editor. A smaller, etherpad-lite: manageable and well documented
|
and contribute towards the project.
|
||||||
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
|
See etherpad lite in action at http://slackpad.org
|
||||||
to do before and after building the package).
|
|
||||||
|
|
||||||
|
Optional Dependency
|
||||||
|
|
||||||
abiword (with AbiCommand plugin) is required to import/export pads.
|
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.
|
||||||
|
|
|
@ -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
|
After installation, Etherpad lite can be started with
|
||||||
|
|
||||||
/etc/rc.d/rc.etherpad-lite start
|
/etc/rc.d/rc.etherpad-lite start
|
Loading…
Reference in a new issue