slackbuilds/network/etherpad-lite
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README network/etherpad-lite: README changes, including user/group info. 2017-02-04 07:00:23 +07:00
README.SLACKWARE network/etherpad-lite: README changes, including user/group info. 2017-02-04 07:00:23 +07:00
doinst.sh
etherpad-lite.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
etherpad-lite.info network/etherpad-lite: Updated for version 1.6.5. 2018-04-14 00:57:18 +07:00
rc.etherpad-lite
slack-desc network/etherpad-lite: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

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.


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.