You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ni...@apache.org on 2016/05/13 21:31:38 UTC

incubator-metron git commit: METRON-156 Step missing from quick-dev-platform README (merrimanr via nickwallen) closes apache/incubator-metron#121

Repository: incubator-metron
Updated Branches:
  refs/heads/master 9898b4c6a -> 00f8588d8


METRON-156 Step missing from quick-dev-platform README (merrimanr via nickwallen) closes apache/incubator-metron#121


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/00f8588d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/00f8588d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/00f8588d

Branch: refs/heads/master
Commit: 00f8588d8cf2f309d01f2da8b67d0025d262d992
Parents: 9898b4c
Author: merrimanr <me...@gmail.com>
Authored: Fri May 13 17:31:03 2016 -0400
Committer: Nick Allen <ni...@nickallen.org>
Committed: Fri May 13 17:31:03 2016 -0400

----------------------------------------------------------------------
 metron-deployment/vagrant/quick-dev-platform/README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/00f8588d/metron-deployment/vagrant/quick-dev-platform/README.md
----------------------------------------------------------------------
diff --git a/metron-deployment/vagrant/quick-dev-platform/README.md b/metron-deployment/vagrant/quick-dev-platform/README.md
index 6d9a2d0..83d73d0 100644
--- a/metron-deployment/vagrant/quick-dev-platform/README.md
+++ b/metron-deployment/vagrant/quick-dev-platform/README.md
@@ -27,8 +27,12 @@ Now that the hard part is done, start the Metron deployment process.
   cd metron-platform
   mvn clean package -DskipTests
   ```
+2. Install Vagrant Hostmanager.
 
-2. Deploy Metron
+  ```
+  vagrant plugin install vagrant-hostmanager
+
+3. Deploy Metron
 
   ```
   cd metron-deployment/vagrant/quick-dev-platform