Github user cestella commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/489#discussion_r109164596 --- Diff: metron-interface/metron-config/README.md --- @@ -0,0 +1,67 @@ +# Metron Management UI + +This module provides a user interface for management functions in Metron. + +## Prerequisites + +* A network accessible Metron REST application +* npm 3.8.9+ (npm can be installed on quick dev with `yum install npm && npm install npm@3.8.9 -g`) + +## Installation +1. Build Metron: + ``` + mvn clean package -DskipTests + ``` + +1. Copy `incubator-metron/metron-interface/metron-config/target/metron-config-METRON_VERSION-archive.tar.gz` to the desired host. + +1. Untar the archive in the target directory. The directory structure will look like: --- End diff -- What's the target directory? Is this `$METRON_HOME`?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---