Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.46 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.46 KB

halOS Console

halOS stands for HAL on OpenShift. It is derived from HAL and allows monitoring and inspection of WildFly and other services running on OpenShift. Although the focus is on WildFly, halOS supports monitoring arbitrary services. This is achieved through the concept of capabilities and extensions.

Architecture

halos

halOS consists of two parts:

  1. Proxy (back-end)
  2. Console (front-end, this repository)

This repository contains the console. The console is a RIA / SPA following the design guidelines from PatternFly. It consumes the REST API exposed by the proxy.

Technical Stack

Build

npm install
npm run build

Run

Please refer to the halOS distribution about how to set up all services on OpenShift, start halOS and access the console.

Development

Before starting the console in dev mode, make sure to start the proxy in dev mode as well. Then start the proxy in dev mode, using

npm run dev