Skip to content

Commit

Permalink
[DOCS] Elasticsearch does not need to run in daemon mode for tests
Browse files Browse the repository at this point in the history
Better to run in foreground so the developer can see what is going
on server-side.
  • Loading branch information
polyfractal committed Jul 23, 2014
1 parent 0768b5e commit ee4c9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The process for contributing to any of the Elasticsearch repositories is similar

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

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

Expand Down

0 comments on commit ee4c9a3

Please sign in to comment.