Skip to content

An APK (package) to install and run Wildfly appserver on Alpine Linux.

License

Notifications You must be signed in to change notification settings

1111Marcos/wildfly-on-alpinelinux

Repository files navigation

Wildfly on Alpine Linux

Build environment for Alpine Linux

To create apk packages for alpine, you need a build environment.

  • setup your system and account for building Alpine packages (take a look on web) and/or Alpine wiki

Getting started

Checking abuild

abuild -A
x86_64      # You\'ll see this or your processor architecture

Checkout this repo

git clone https://github.com/1111Marcos/wildfly-on-alpinelinux.git

Making package

cd wildfly-on-alpinelinux
abuild -rv

QA - Quality Assurance

A little remember to test and check:

  • Check if modifications was applied on this files with helper happens;
  • Check if abuild -r command create a new apk package;
  • apk add command
  • apk delete command
  • openrc startup script
  • openrc stop script
  • openrc status command
  • version upgrade/downgrade action (with ./setversion.sh helper)

License

This software is Open Source one released under the Apache 2.0 license.

About

An APK (package) to install and run Wildfly appserver on Alpine Linux.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages