You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ce...@apache.org on 2016/05/10 12:30:15 UTC

incubator-metron git commit: METRON-143 Renamed README to include .md (merrimanr via cestella) closes apache/incubator-metron#112

Repository: incubator-metron
Updated Branches:
  refs/heads/master bfb215849 -> d2ac0a35b


METRON-143 Renamed README to include .md (merrimanr via cestella) closes apache/incubator-metron#112


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

Branch: refs/heads/master
Commit: d2ac0a35b08823d004d287589a5a9167f8f9773a
Parents: bfb2158
Author: merrimanr <me...@gmail.com>
Authored: Tue May 10 08:30:04 2016 -0400
Committer: cstella <ce...@gmail.com>
Committed: Tue May 10 08:30:04 2016 -0400

----------------------------------------------------------------------
 .../vagrant/codelab-platform/README             | 46 --------------------
 .../vagrant/codelab-platform/README.md          | 46 ++++++++++++++++++++
 2 files changed, 46 insertions(+), 46 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/d2ac0a35/metron-deployment/vagrant/codelab-platform/README
----------------------------------------------------------------------
diff --git a/metron-deployment/vagrant/codelab-platform/README b/metron-deployment/vagrant/codelab-platform/README
deleted file mode 100644
index afc6ab7..0000000
--- a/metron-deployment/vagrant/codelab-platform/README
+++ /dev/null
@@ -1,46 +0,0 @@
-Developer Image for Apache Metron on Virtualbox
-===============================================
-
-This image is a fully functional Metron installation that has been pre-loaded with Ambari, HDP and Metron.
-
-Getting Started
----------------
-
-### Prerequisites
-
-As with the Singlenode Full Image, the computer used to deploy Apache Metron will need to have the following components installed.
-
- - [Ansible](https://github.com/ansible/ansible) 2.0.0.2
- - [Vagrant](https://www.vagrantup.com) 1.8.1
- - [Virtualbox](virtualbox.org) 5.0.16
- - Python 2.7.11
- - Maven 3.3.9
-
-
-### Launch the Metron Development Image
-
-Start the image with the following commands:
-
-  ```
-  cd metron-deployment/vagrant/codelab-platform
-  ./launch_dev_image.sh
-  ```
-
-### Work with Metron
-
-As you build out new capabilities for Metron, you will need to re-deploy the Storm topologies. To do so, first HALT the running Storm topologies and then run:
-
-```
-./run_enrichment_role.sh
-```
-
-Remember Navigate to the following resources to explore your newly minted Apache Metron environment.
-
- - [Metron](http://node1:8080)
- - [Ambari](http://node1:5000)
-
-Connecting to the host through SSH is as simple as running the following command.
-
-   ```
-   vagrant ssh
-   ```
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/d2ac0a35/metron-deployment/vagrant/codelab-platform/README.md
----------------------------------------------------------------------
diff --git a/metron-deployment/vagrant/codelab-platform/README.md b/metron-deployment/vagrant/codelab-platform/README.md
new file mode 100644
index 0000000..afc6ab7
--- /dev/null
+++ b/metron-deployment/vagrant/codelab-platform/README.md
@@ -0,0 +1,46 @@
+Developer Image for Apache Metron on Virtualbox
+===============================================
+
+This image is a fully functional Metron installation that has been pre-loaded with Ambari, HDP and Metron.
+
+Getting Started
+---------------
+
+### Prerequisites
+
+As with the Singlenode Full Image, the computer used to deploy Apache Metron will need to have the following components installed.
+
+ - [Ansible](https://github.com/ansible/ansible) 2.0.0.2
+ - [Vagrant](https://www.vagrantup.com) 1.8.1
+ - [Virtualbox](virtualbox.org) 5.0.16
+ - Python 2.7.11
+ - Maven 3.3.9
+
+
+### Launch the Metron Development Image
+
+Start the image with the following commands:
+
+  ```
+  cd metron-deployment/vagrant/codelab-platform
+  ./launch_dev_image.sh
+  ```
+
+### Work with Metron
+
+As you build out new capabilities for Metron, you will need to re-deploy the Storm topologies. To do so, first HALT the running Storm topologies and then run:
+
+```
+./run_enrichment_role.sh
+```
+
+Remember Navigate to the following resources to explore your newly minted Apache Metron environment.
+
+ - [Metron](http://node1:8080)
+ - [Ambari](http://node1:5000)
+
+Connecting to the host through SSH is as simple as running the following command.
+
+   ```
+   vagrant ssh
+   ```
\ No newline at end of file