slackbuilds/network/jboss-as
B. Watson ab0079e0be network/jboss-as: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-13 18:05:58 -04:00
..
README network/jboss-as: Wrap README at 72 columns. 2022-03-13 18:05:58 -04:00
doinst.sh
jboss-as.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
jboss-as.info various: Use zulu jdk builds for REQUIRES. 2022-03-03 15:56:51 +07:00
rc.jboss-as
slack-desc

README

JBoss is a free, open source, Java EE certified platform
for developing and deploying enterprise Java applications, Web
applications, and Portals, JBoss Application Server provides the full
range of Java EE 6 features as well as extended enterprise services
including clustering, caching, and persistence.

JBoss-AS requires a "jboss" user and group; create these before
running the SlackBuild script. Examples:

# groupadd -g 254 -r jboss
# useradd -u 254 -M -r -s /bin/bash -d /usr/share/jboss-as \
    -c "JBoss Application Server" -g jboss jboss