Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexilyaev/vagrant-elasticsearch
A simple Vagrant setup with Elasticsearch
https://github.com/alexilyaev/vagrant-elasticsearch
Last synced: 22 days ago
JSON representation
A simple Vagrant setup with Elasticsearch
- Host: GitHub
- URL: https://github.com/alexilyaev/vagrant-elasticsearch
- Owner: alexilyaev
- Created: 2017-10-22T11:28:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T13:20:49.000Z (about 7 years ago)
- Last Synced: 2024-11-06T22:14:44.911Z (2 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vagrant Elasticsearch
=======================Installation
-------------1. install [vagrant](https://www.vagrantup.com/DOCS/installation/)
1. Run `vagrant up` in the repo (will install needed resources)
1. Check it works: [http://localhost:9200](http://localhost:9200) should respond with a JSONIf you're into Kibana (GUI for Elasticsearch)
-----------------------------------------------Not currently included in the VM.
1. Install Kibana
- Mac - `brew install kibana`
1. Run `kibana` in the command line
1. Check it works: [http://localhost:5601](http://localhost:5601) should show a GUI