Skip to content

becw/vagrant-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elasticsearch in 60 seconds

Elasticsearch is an open-source search server based on the Lucene search engine.

http://www.elasticsearch.org/

The respository contains a Vagrant setup to get a local Elasticsearch server running quickly.

To use this, you will need Vagrant and Virtualbox:

Once those are installed:

  • In your terminal, type vagrant up in the root of this repository
  • Add the following entry to your /etc/hosts file:
10.33.36.97    elasticsearch.dev
  • Visit http://elasticsearch.dev:9200 in your browser
  • Explore further using the installed "head" plugin: http://elasticsearch.dev:9200/_plugin/head/

Included plugins

This configuration includes the following plugins:

About

Elasticsearch in 60 seconds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages