slackbuilds/network/wildfly
Giorgio Peron e5e4c040f1
network/wildfly: Updated for version 18.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-11-03 07:08:29 +07:00
..
README
doinst.sh
rc.wildfly
slack-desc
wildfly.SlackBuild network/wildfly: Updated for version 18.0.0. 2019-11-03 07:08:29 +07:00
wildfly.info network/wildfly: Updated for version 18.0.0. 2019-11-03 07:08:29 +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