Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: The run.sh script was replaced with 'vagrant up'
Step 1 – Build Metron

cd incubator-metron/
mvn clean install

Verify that all tests are passing

Step 2 – Deploy metron as a single VM via vagrant and ansible

metron-deployment/vagrant/full-dev-platform
vagrant plugin install vagrant-hostmanager
./run.shvagrant up

For a more complete set of instructions refer to:
https://github.com/apache/incubator-metron/tree/master/deployment

Verify metron is working:
- Check Ambari to make sure all the services are up by going to ambari in a browser at http://node1:8080

...