Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
minor README change
Browse files Browse the repository at this point in the history
  • Loading branch information
afolarin authored May 17, 2018
1 parent b3b2cb0 commit 8767232
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
-----
Expand Down

0 comments on commit 8767232

Please sign in to comment.