Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 977 Bytes

README.md

File metadata and controls

71 lines (47 loc) · 977 Bytes

minemeld-webui

WebUI for minemeld

BUILDING

Requirements

Not strictly required but suggested:

Procedure

Setup a virtual node env and activate it

nodeenv -v -n 0.12.2 --npm=2.14.7 --prebuilt -c venv
. ./venv/bin/activate

Clone the repo

git clone https://github.com/PaloAltoNetworks/minemeld-webui.git
cd minemeld-webui

Install the package dev deps

npm install

Add local node modules to the PATH

export PATH=$(npm bin):$PATH

Install the bower deps

bower install

Install typings type files

typings install

Check for known security issues on node packages

nsp check

Build the WebUI in the dist subdirectory

gulp build

TESTING

Use the following command to serve and test your local version of the WebUI during development:

gulp serve --url https://<IP of MineMeld VM>