All Projects → hal → console

hal / console

Licence: Apache-2.0 license
HAL management console

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to console

Document Management System
OpenKM is a Open Source Document Management System
Stars: ✭ 373 (+809.76%)
Mutual labels:  management, gwt
jcliff
Manage JBossAS 7/EAP6/Wildfly with modular configuration files from command line, puppet, ansible, chef, etc.
Stars: ✭ 42 (+2.44%)
Mutual labels:  wildfly, jboss-eap
Lazykube
⎈ The lazier way to manage kubernetes.
Stars: ✭ 369 (+800%)
Mutual labels:  console, management
puppet-jboss
Installs JBoss EAP and WildFly application servers and manage their resources and applications in either a domain or a stand-alone mode
Stars: ✭ 15 (-63.41%)
Mutual labels:  wildfly, jboss-eap
Webconsole
Spigot plugin to manage your server remotely using a web interface
Stars: ✭ 62 (+51.22%)
Mutual labels:  console, management
hawtio-integration
Core integration plugins for Hawtio: Apache ActiveMQ, Camel, Karaf, OSGi, and Spring Boot
Stars: ✭ 26 (-36.59%)
Mutual labels:  console, management
assign-one-project-github-action
Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.
Stars: ✭ 140 (+241.46%)
Mutual labels:  management
shd
Show pretty HDD/SSD list
Stars: ✭ 37 (-9.76%)
Mutual labels:  management
xtd
Free open-source modern C++17 / C++20 framework to create console, forms (GUI like WinForms) and unit test applications on Microsoft Windows, Apple macOS and Linux.
Stars: ✭ 321 (+682.93%)
Mutual labels:  console
cpp-indicators
A very simple, easy-to-use, and single-header-only C++ library for console based indicators (loading spinners)
Stars: ✭ 13 (-68.29%)
Mutual labels:  console
toxic
An ncurses-based Tox client
Stars: ✭ 20 (-51.22%)
Mutual labels:  console
mvp4g
A framework to build a gwt application the right way
Stars: ✭ 29 (-29.27%)
Mutual labels:  gwt
python-sdk
python sdk for FISCO BCOS
Stars: ✭ 53 (+29.27%)
Mutual labels:  console
when-i-am-a-leader
Notes and ideas to remember when I am a leader
Stars: ✭ 50 (+21.95%)
Mutual labels:  management
graphql-example
A MicroProfile GraphQL Example
Stars: ✭ 44 (+7.32%)
Mutual labels:  wildfly
Slim-Console
Slim Framework Console
Stars: ✭ 26 (-36.59%)
Mutual labels:  console
TerminalConsoleAppender
JLine 3 appender for Log4j2, allows extending command line apps using colors and command completion
Stars: ✭ 49 (+19.51%)
Mutual labels:  console
laravel5-hal-json
Laravel 5 HAL+JSON API Transformer Package
Stars: ✭ 15 (-63.41%)
Mutual labels:  hal
OnceBuilder
OnceBuilder - managment tool, mange projects, templates, plugins in one place.
Stars: ✭ 18 (-56.1%)
Mutual labels:  management
boxx
📦 Create highly customizable terminal boxes that also look great!
Stars: ✭ 80 (+95.12%)
Mutual labels:  console

Verify Codebase Maven Central project chat Chat 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 open http://localhost:9990.

In addition, you can start HAL in standalone mode and connect to arbitrary WildFly and JBoss EAP instances. Native binaries are available for Linux, macOS and Windows. Container images are available at https://quay.io/repository/halconsole/hal and the latest HAL version is hosted at https://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 [email protected]:hal/console.git
cd console
./mvnw verify

For more information on how to build, debug and run the console, take a look at the HAL community site at https://hal.github.io.

Issue Tracking

Bugs and features are tracked within the HAL Jira project at https://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 start contributing today!

Branches

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

Branch Description
main Main branch used for development
3.3.x Branch used for WildFly 23.x - 26.x and EAP 7.4.x
3.2.x Branch used for WildDly 17.x - 22.x and EAP 7.3.x
3.1.x Branch used for WildDly 16.x and EAP 7.2.x
3.0.x Branch used for WildFly 13.x - 15.x and EAP 7.2.x

See branches for all details.

Licenses

This project uses the following licenses:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].