Skip to content

Commit ee4c9a3

Browse files
committed
[DOCS] Elasticsearch does not need to run in daemon mode for tests
Better to run in foreground so the developer can see what is going on server-side.
1 parent 0768b5e commit ee4c9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The process for contributing to any of the Elasticsearch repositories is similar
1818

1919
3. Ensure a version of Elasticsearch is running on your machine. Recommended "test" configuration is:
2020

21-
$> bin/elasticsearch -d -Des.gateway.type=none -Des.http.port=9200 \
21+
$> bin/elasticsearch -Des.gateway.type=none -Des.http.port=9200 \
2222
-Des.index.store.type=memory -Des.discovery.zen.ping.multicast.enabled=false \
2323
-Des.node.bench=true -Des.script.disable_dynamic=false
2424

0 commit comments

Comments
 (0)