You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by sa...@apache.org on 2019/10/11 16:25:19 UTC

[metron] branch master updated: METRON-2278 " Metron on CentOS 6" Documentation is outdated (subhashjha35 via sardell) closes apache/metron#1530

This is an automated email from the ASF dual-hosted git repository.

sardell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git


The following commit(s) were added to refs/heads/master by this push:
     new 50b5c50  METRON-2278 "Metron on CentOS 6" Documentation is outdated (subhashjha35 via sardell) closes apache/metron#1530
50b5c50 is described below

commit 50b5c50d93db92ff0d13de7d640187b614fd5de6
Author: subhashjha35 <su...@gmail.com>
AuthorDate: Fri Oct 11 11:24:37 2019 -0500

    METRON-2278 &quot;Metron on CentOS 6&quot; Documentation is outdated (subhashjha35 via sardell) closes apache/metron#1530
---
 metron-deployment/development/centos6/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/metron-deployment/development/centos6/README.md b/metron-deployment/development/centos6/README.md
index a00c5cb..62b4aa4 100644
--- a/metron-deployment/development/centos6/README.md
+++ b/metron-deployment/development/centos6/README.md
@@ -54,9 +54,9 @@ Any platform that supports these tools is suitable, but the following instructio
 
     ```
     brew cask install vagrant virtualbox docker
-    brew cask install caskroom/versions/java8
+    brew cask install homebrew/cask-versions/adoptopenjdk8
     brew install maven@3.3 git
-    sudo pip install ansible=2.6.5
+    sudo pip install ansible==2.6.5
     vagrant plugin install vagrant-hostmanager
     open /Applications/Docker.app
     ```
@@ -80,7 +80,7 @@ Any platform that supports these tools is suitable, but the following instructio
 
 ### Deployment optimizations
 
-1. Set environment variable 
+1. Set environment variable
     ```
     export ANSIBLE_ARGS='--extra-vars "SKIP_RPMLINT=1"'
     ```
@@ -98,7 +98,7 @@ Any platform that supports these tools is suitable, but the following instructio
     env ANSIBLE_ARGS=' -vvvv' vagrant up
     ```
     As this can produce large amounts of logging, it is best to redirect output to a file for later analysis.
-    
+
 
 ### Explore Metron