From ed8527ea74a9b8bc2aa4059e3e6683cd7627d656 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sun, 29 Jan 2017 13:02:25 +0000 Subject: network/openfire: Put group/user info in README. Signed-off-by: David Spencer --- network/openfire/README | 19 ++++++++++++++----- network/openfire/README.SLACKWARE | 17 +++++++++++++++++ network/openfire/README.Slackware | 24 ------------------------ 3 files changed, 31 insertions(+), 29 deletions(-) create mode 100644 network/openfire/README.SLACKWARE delete mode 100644 network/openfire/README.Slackware (limited to 'network/openfire') 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. diff --git a/network/openfire/README.SLACKWARE b/network/openfire/README.SLACKWARE new file mode 100644 index 0000000000..1746c640f4 --- /dev/null +++ b/network/openfire/README.SLACKWARE @@ -0,0 +1,17 @@ +## Startup +To have this start upon each boot, add the following lines to +/etc/rc.d/rc.local + + # Start openfire + if [ -x /etc/rc.d/rc.openfire ]; then + /etc/rc.d/rc.openfire start + fi + +to stop it at shutdown, add a similar entry substituting +"start" with "stop" in /etc/rc.d/rc.local_shutdown. + +## Setup +For information about setup see: +http://www.howtoforge.com/how-to-set-up-an-openfire-instant-messaging-server-on-centos-5.6 +http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/database.html +http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/install-guide.html diff --git a/network/openfire/README.Slackware b/network/openfire/README.Slackware deleted file mode 100644 index 4a997bd6fa..0000000000 --- a/network/openfire/README.Slackware +++ /dev/null @@ -1,24 +0,0 @@ -## Building -This script requires an 'openfire' user/group to exist before -running. -The recommended UID/GID is 265. You can create these like so: - groupadd -g 265 openfire - useradd -u 265 -g 265 -c "Openfire Server" -m openfire - -## Startup -To have this start upon each boot, add the following lines to -/etc/rc.d/rc.local - - # Start openfire - if [ -x /etc/rc.d/rc.openfire ]; then - /etc/rc.d/rc.openfire start - fi - -to stop it at shutdown, add a similar entry substituting -"start" with "stop" in /etc/rc.d/rc.local_shutdown. - -## Setup -For information about setup see: -http://www.howtoforge.com/how-to-set-up-an-openfire-instant-messaging-server-on-centos-5.6 -http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/database.html -http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/install-guide.html -- cgit v1.2.3