Skip to content
Snippets Groups Projects
Commit d4ac85e2 authored by Eike Cochu's avatar Eike Cochu
Browse files

updated ES installation

parent 82b380db
Branches
No related tags found
No related merge requests found
......@@ -82,6 +82,11 @@ The following steps were reproduced in that order on a fully updated Ubuntu 15.1
sudo systemctl enable elasticsearch
sudo systemctl restart elasticsearch
```
if installed from within a VM, rebind ElasticSearch host:
```bash
sudo echo "network.bind_host: 0" >> /etc/elasticsearch/elasticsearch.yml
sudo systemctl restart elasticsearch
```
and test if it is available:
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment