New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

hal-console

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hal-console

Management console for WildFly / JBoss EAP

latest
Source
npmnpm
Version
3.2.0
Version published
Maintainers
1
Created
Source

Starts a local web server listening to http://localhost:3000. Please make sure to configure the allowed origins of the HTTP management endpoint.

  • Standalone mode

      /core-service=management/management-interface=http-interface:list-add(name=allowed-origins,value=http://localhost:3000)
      reload
    
  • Domain mode

      /host=master/core-service=management/management-interface=http-interface:list-add(name=allowed-origins,value=http://localhost:3000)
      reload --host=master
    

To install and run HAL use

npm install hal-console
[PORT=dddd] node hal-console

See also https://hal.github.io/documentation/get-started/#npm

Keywords

hal

FAQs

Package last updated on 14 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts