summaryrefslogtreecommitdiffstats
path: root/network/wildfly/README
diff options
context:
space:
mode:
author Giorgio Peron2014-03-02 16:50:06 +0100
committer Willy Sudiarto Raharjo2014-03-02 19:13:05 +0100
commitd36d82a9a977ddb8f8fd0882edf01586da129254 (patch)
tree512b7c0eb6e12a76df0a871bc8aa4f1b0f681f22 /network/wildfly/README
parenteab0b988e13cfaf0184e25b02cd7d05e280e7b5a (diff)
downloadslackbuilds-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/README12
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