Skip to content

Instantly share code, notes, and snippets.

View sardell's full-sized avatar

Shane Ardell sardell

View GitHub Profile
@ruffle1986
ruffle1986 / rebuild-metron-config-in-full-dev.md
Last active February 28, 2019 15:55
Rebuilding Metron is a very long process. If you have a tiny change in the config's UI code and you want to test in full dev, you should follow these steps.
  1. Go to the metron-config folder.

$ cd metron/metron-interface/metron-config

  1. Run the maven build taks

It creates a new build from the metron config UI with Maven and compresses it in a tar file. Once it's finished, you can find this file in the metron/metron-interface/metron-config/target folder. Suppose it's metron-config-0.7.1-archive.tar.gz.