kiloeyes/tools/vagrant/ubuntu
Tong Li 1eeb1de33a Changed vagrant file so that installation can be easier
Change-Id: I986c293d9f0a63cbc63c52ce68b1d821b681f48c
2016-03-29 23:36:34 -04:00
..
onvm Changed vagrant file so that installation can be easier 2016-03-29 23:36:34 -04:00
README.md Add Vagrant sample file to ease development environment bootstrap. 2015-12-09 11:51:27 +08:00
Vagrantfile Changed vagrant file so that installation can be easier 2016-03-29 23:36:34 -04:00

README.md

Note

Only tested on Vagrant 1.7.x + VirtualBox 4.3

It will install JDK8, ElasticSeach, Kafka, Virtualenv, and VirtualenvWrapper for you.

Usage

Create your own Vagrant config. file

  cp ubuntu-virtualbox.yml.sample ubuntu-virtualbox.yml

You can change VM memory, Kafka, or ElasticSearch package URL.

  vagrant up

Under /vagrant folder you can find kiloeyes project and Kafka uncompress folders.

Use below command to start ElasticSearch:

  sudo /etc/init.d/elasticsearch start