From 8767232468cbcceda5c41cf62d22f4cd892b7622 Mon Sep 17 00:00:00 2001 From: Amos Folarin Date: Thu, 17 May 2018 17:56:59 +0100 Subject: [PATCH] minor README change --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 770fd09..5638a5d 100644 --- a/README.md +++ b/README.md @@ -132,11 +132,23 @@ For more advanced use cases/configurations, check out the integration test below clone the CogStack-Pipeline repository +(see above `sudo sysctl -w vm.max_map_count=262144` is required to extend the virtual memory. + ```sh cd docker-cogstack/compose-ymls/cogstack-clust/ +``` + +this stack currently uses basic_auth see [README](https://github.com/CogStack/CogStack-Pipeline/blob/master/docker-cogstack/compose-ymls/cogstack-clust/nginx/auth/README.md) + +``` +#Password file creation utility such as apache2-utils +sudo htpasswd -c ./auth/.htpasswd user1 + +#start the stack docker-compose up ``` + ``` curl -XGET 'localhost:9200/_cluster/health?pretty' -----