kiloeyes/tools/vagrant/ubuntu
Chang-Yi Lee 01f82de3f2 Add Vagrant sample file to ease development environment bootstrap.
Change-Id: I583793ff33441b375b4a3be8825bf2262768dc23
2015-12-09 11:51:27 +08:00
..
README.md Add Vagrant sample file to ease development environment bootstrap. 2015-12-09 11:51:27 +08:00
Vagrantfile Add Vagrant sample file to ease development environment bootstrap. 2015-12-09 11:51:27 +08:00
ubuntu-virtualbox.yml.sample Add Vagrant sample file to ease development environment bootstrap. 2015-12-09 11:51:27 +08: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