mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/openfire: Put group/user info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
dcc8fb7252
commit
ed8527ea74
2 changed files with 14 additions and 12 deletions
|
@ -1,10 +1,19 @@
|
||||||
Openfire is a real time collaboration (RTC) server written in Java
|
Openfire is a real time collaboration (RTC) server written in Java and
|
||||||
and licensed under the Open Source Apache License.
|
licensed under the Open Source Apache License. It uses the only widely
|
||||||
It uses the only widely adopted open protocol for instant messaging,
|
adopted open protocol for instant messaging, XMPP (also called Jabber).
|
||||||
XMPP (also called Jabber).
|
|
||||||
Openfire is incredibly easy to setup and administer, but offers
|
Openfire is incredibly easy to setup and administer, but offers
|
||||||
rock-solid security and performance.
|
rock-solid security and performance.
|
||||||
|
|
||||||
This script repacks the tar.gz into a slackware package.
|
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.
|
||||||
|
|
|
@ -1,10 +1,3 @@
|
||||||
## 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
|
## Startup
|
||||||
To have this start upon each boot, add the following lines to
|
To have this start upon each boot, add the following lines to
|
||||||
/etc/rc.d/rc.local
|
/etc/rc.d/rc.local
|
Loading…
Reference in a new issue