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

Commit 8767232

Browse files
authored
minor README change
1 parent b3b2cb0 commit 8767232

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,23 @@ For more advanced use cases/configurations, check out the integration test below
132132

133133
clone the CogStack-Pipeline repository
134134

135+
(see above `sudo sysctl -w vm.max_map_count=262144` is required to extend the virtual memory.
136+
135137
```sh
136138
cd docker-cogstack/compose-ymls/cogstack-clust/
139+
```
140+
141+
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)
142+
143+
```
144+
#Password file creation utility such as apache2-utils
145+
sudo htpasswd -c ./auth/.htpasswd user1
146+
147+
#start the stack
137148
docker-compose up
138149
```
139150

151+
140152
```
141153
curl -XGET 'localhost:9200/_cluster/health?pretty'
142154
-----

0 commit comments

Comments
 (0)