Skip to content

Educents/elasticsearch-using-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elastic Search using Vagrant

An easy to install vagrant setup using Elasticsearch 2.3.1 and some very useful plugins.

Installation

Ubuntu VM

$ git clone https://github.com/Educents/elasticsearch-using-vagrant ./vm-elastic
$ cd vm-elastic && vagrant up ubuntu

CentOS VM

$ git clone https://github.com/Educents/elasticsearch-using-vagrant ./vm-elastic
$ cd vm-elastic && vagrant up centos

Usage

After installing the ElasticSearch server, you'll be able to head over to http://localhost:9200/ to check the current ElasticSearch information.

A few plugins have been installed for you:

About

An easy to use vagrantfile to install Elasticsearch 2.3.1 and some very useful plugins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages