Skip to content

Commit

Permalink
Docs: Add an example to CONTRIBUTING.md (elastic#50398)
Browse files Browse the repository at this point in the history
Adds an example of accessing Elasticsearch after building it from source
for the first time to CONTRIBUTING.md. I'm sure how to do it is
intuitive to some folks but I had to read three two build.gradle file to
find the password and I'd like to save other new folks the trouble.
  • Loading branch information
nik9000 authored and SivagurunathanV committed Jan 21, 2020
1 parent b6fdfb7 commit 1a21b5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ For IntelliJ, the minimum version that we support is [IntelliJ 2017.2][intellij]

./gradlew :run

You can access Elasticsearch with:

curl -u elastic:password localhost:9200

### Configuring IDEs And Running Tests

Eclipse users can automatically configure their IDE: `./gradlew eclipse`
Expand Down

0 comments on commit 1a21b5b

Please sign in to comment.