Installation
Also available as:
PDF
loading table of contents...

Install Management Module User Interface

After you install the REST application, you need to install the Management module user interface. To install the Management module UI, complete the following steps:

  1. Install the Management module application:

    yum install metron-config
  2. Install the nodejs:

    curl --silent --location https://rpm.nodesource.com/setup_6.x | bash - && yum install -y nodejs
  3. Navigate to the /usr/hcp/current/metron/ directory:

    cd /usr/hcp/current/metron/
  4. Start the Management module:

    ./bin/start_management_ui.sh -p 4200 -r http://$REST_HOST:8082
  5. Launch the Management module in a browser window at http://host:4200.

    The default credentials for username/password are user/password.