Versions Compared

Key

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

...

Code Block
yum install epel-release -y
yum update -y
yum install git wget curl rpm scp tar unzip bzip2 wget createrepo reposync yum-utils ntp python-pip -y

...

 

Code Block
yum install docker-io -y
service docker start

 

Also on your build box, install npm (needed to build metron-config, part of the UI):

Code Block
yum install npm -y

 

Build Metron code:

On main node clone Metron repository:

...