No description
Find a file
Alexandre Aubin a349af6197
Merge pull request #1 from YunoHost-Apps/alexAubin-patch-1
Improve description, don't just say it's "$app for Yunohost" which is implicit
2019-10-28 16:09:34 +01:00
conf Updated 14.0.1.Final and security fix:close port 2018-11-19 22:49:49 +05:30
scripts Updated 14.0.1.Final and security fix:close port 2018-11-19 22:49:49 +05:30
check_process Added upgrade,backup,restore scripts 2018-06-21 04:29:40 +05:30
LICENSE Initial commit 2018-06-20 01:07:14 +05:30
manifest.json Improve description, don't just say it's "$app for Yunohost" which is implicit 2019-10-13 17:31:23 +02:00
README.md Updated 14.0.1.Final and security fix:close port 2018-11-19 22:49:49 +05:30

Wildfly Application Server package for YunoHost

Integration level

Install wildfly with 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

  1. Require dedicated domain like wildfly.domain.tld. Domain like domain.tld/wildfly will not work.
  2. Will run in standalone mode.
  3. No LDAP support.

Install

  1. App can be installed by YunoHost admin interface or by the following command:

     $ sudo yunohost app install https://github.com/YunoHost-Apps/wildfly_ynh
    
  2. 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)