mirror of
https://github.com/YunoHost-Apps/wildfly_ynh
synced 2026-02-03 22:31:49 +01:00
No description
|
|
||
|---|---|---|
| conf | ||
| scripts | ||
| check_process | ||
| LICENSE | ||
| manifest.json | ||
| README.md | ||
Wildfly Application Server package for YunoHost
Shipped Version: 14.0.1.Final
Requirement: YunoHost 3.0.0
WildFly
- Fast Startup
- Small Footprint
- Modular Design
- Unified Configuration and Management
And of course Java EE!
Building
Prerequisites:
- JDK 8 or newer - check
java -version - Maven 3.3.1 or newer - check
mvn -v - On *nix systems, make sure that the maximum number of open files for the user running the build is at least 4096
(check
ulimit -n) or more, depending on what other i/o intensive processes the user is running.
Installation
Guidelines
- Require dedicated domain like wildfly.domain.tld. Domain like domain.tld/wildfly will not work.
- Will run in standalone mode.
- No LDAP support.
Install
-
App can be installed by YunoHost admin interface or by the following command:
$ sudo yunohost app install https://github.com/YunoHost-Apps/wildfly_ynh -
After installation user should be created by running ./add-user.sh from the bin directory of the app.
To-do:
- Install
- Remove
- Upgrade (not fully functional)
- Backup (need testing)
- Restore (need testing)
- Multi-instance (need testing)
