mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
c62deab46b
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
19 lines
588 B
Text
19 lines
588 B
Text
Openfire is a real time collaboration (RTC) server licensed under the
|
|
Open Source Apache License. It uses the only widely adopted open
|
|
protocol for instant messaging, XMPP (also called Jabber). Openfire is
|
|
incredibly easy to setup and administer, but offers rock-solid security
|
|
and performance.
|
|
|
|
This script repacks the tar.gz into a slackware package.
|
|
|
|
|
|
Groupname and Username
|
|
|
|
You must have the 'openfire' group and user to run this script,
|
|
for example:
|
|
|
|
groupadd -g 265 openfire
|
|
useradd -u 265 -g 265 -c "Openfire Server" -m openfire
|
|
|
|
|
|
See README.SLACKWARE for more setup details.
|