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

README

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

WildFly requires a "wildfly" user and group; create these before
running the SlackBuild script. Examples:

# groupadd -g 282 -r wildfly
# useradd -u 282 -M -r -s /bin/bash -d /usr/share/wildfly \
    -c "WildFly Application Server" -g wildfly wildfly