diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2014-03-02 22:50:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-03 01:13:05 +0700 |
commit | d36d82a9a977ddb8f8fd0882edf01586da129254 (patch) | |
tree | 512b7c0eb6e12a76df0a871bc8aa4f1b0f681f22 /network/wildfly/README | |
parent | eab0b988e13cfaf0184e25b02cd7d05e280e7b5a (diff) | |
download | slackbuilds-d36d82a9a977ddb8f8fd0882edf01586da129254.tar.gz |
network/wildfly: Added (Application Runtime).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/wildfly/README')
-rw-r--r-- | network/wildfly/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/wildfly/README b/network/wildfly/README new file mode 100644 index 0000000000..5ad220da7f --- /dev/null +++ b/network/wildfly/README @@ -0,0 +1,12 @@ +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 281 -r wildfly +# useradd -u 281 -M -r -s /bin/bash -d /usr/share/wildfly \ + -c "WildFly Application Server" -g wildfly wildfly |