summaryrefslogtreecommitdiffstats
path: root/network/openfire/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/openfire/README')
-rw-r--r--network/openfire/README19
1 files changed, 14 insertions, 5 deletions
diff --git a/network/openfire/README b/network/openfire/README
index 3d1a09f8cc..7485f7dfd0 100644
--- a/network/openfire/README
+++ b/network/openfire/README
@@ -1,10 +1,19 @@
-Openfire is a real time collaboration (RTC) server written in Java
-and licensed under the Open Source Apache License.
-It uses the only widely adopted open protocol for instant messaging,
-XMPP (also called Jabber).
+Openfire is a real time collaboration (RTC) server written in Java and
+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.
-See README.Slackware for building and setup details.
+
+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 setup details.