Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

HAL management console

License

NotificationsYou must be signed in to change notification settings

hal/console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verify CodebaseMaven Centralproject chatChat on Gitter

HAL is the project name for the WildFly and JBoss EAP management console. It's part of every WildFly and JBoss EAP installation. To get started simply fire up your browser and openhttp://localhost:9990.

In addition, you can start HAL instandalone mode and connect to arbitrary WildFly and JBoss EAP instances.Native binaries are available for Linux, macOS and Windows.Container images are available athttps://quay.io/repository/halconsole/hal and the latest HAL version is hosted athttps://hal.github.io/console/.

Technical Stack

HAL is a client side RIA without any server side dependencies. It is a GWT application - which means it's written almost completely in Java. GWT is used to transpile the Java code into a bunch of JavaScript, HTML and CSS files.

In a nutshell the console uses the following technical stack:

Build

To start from scratch, use the following commands to clone and build HAL:

git clone git@github.com:hal/console.gitcd console./mvnw verify

For more information on how tobuild,debug andrun the console, take a look at the HAL community site athttps://hal.github.io.

Issue Tracking

Bugs and features are tracked within the HAL Jira project athttps://issues.jboss.org/browse/HAL

Contributing

This is an open source project. That means that everybody can contribute. It's not hard to get started. So startcontributing today!

Branches

All recent development happens in the branchmain. There are additional branches mainly used for maintenance:

BranchDescription
mainMain branch used for development
3.3.xBranch used for WildFly 23.x - 26.x and EAP 7.4.x
3.2.xBranch used for WildFly 17.x - 22.x and EAP 7.3.x
3.1.xBranch used for WildFly 16.x and EAP 7.2.x
3.0.xBranch used for WildFly 13.x - 15.x and EAP 7.2.x

Seebranches for all details.

Licenses

This project uses the following licenses:


[8]ページ先頭

©2009-2025 Movatter.jp