From d36d82a9a977ddb8f8fd0882edf01586da129254 Mon Sep 17 00:00:00 2001 From: Giorgio Peron Date: Sun, 2 Mar 2014 22:50:06 +0700 Subject: network/wildfly: Added (Application Runtime). Signed-off-by: Willy Sudiarto Raharjo --- network/wildfly/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 network/wildfly/README (limited to 'network/wildfly/README') 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 -- cgit v1.2.3