slackbuilds/network/wildfly
Giorgio Peron 08dad5a2d5 network/wildfly: Updated for version 8.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-12-21 00:00:17 +07:00
..
README network/wildfly: Update UID/GID. 2014-04-07 14:43:54 +07:00
doinst.sh network/wildfly: Added (Application Runtime). 2014-03-03 01:13:05 +07:00
rc.wildfly network/wildfly: Fix port number. 2014-05-12 07:36:06 +07:00
slack-desc network/wildfly: Added (Application Runtime). 2014-03-03 01:13:05 +07:00
wildfly.SlackBuild network/wildfly: Updated for version 8.2.0. 2014-12-21 00:00:17 +07:00
wildfly.info network/wildfly: Updated for version 8.2.0. 2014-12-21 00:00:17 +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