diff options
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 |