Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

export VERSION=<metron-release-version>
gpg --verify ./apache-metron_$VERSION.tar.gz.asc apache-metron_$VERSION.tar.gz
Note: on Mac you might not have gpg installed by default. You can add it via Homebrew with the command "brew install gpg"

Step 1 – Build Metron cd apache-metron_$VERSION mvn clean install Verify that all tests are passing Step 2 – Deploy metron as a single VM via vagrant and Ansible cd metron-deployment/development/centos6/ vagrant plugin install vagrant-hostmanager vagrant up For a more complete set of instructions refer to: https://github.com/apache/metron/tree/master/metron-deployment and
https://github.com/apache/metron/tree/master/metron-deployment/development

...