Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #961 from penghuo/fix-develop-readme
Browse files Browse the repository at this point in the history
Keep development doc sync with latest code
  • Loading branch information
penghuo authored Jan 6, 2021
2 parents d419e8e + dc2f9a1 commit f5c63d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Here are the official instructions on how to set ``JAVA_HOME`` for different pla
Elasticsearch & Kibana
----------------------

For convenience, we recommend installing Elasticsearch and Kibana on your local machine. You can download the open source ZIP for each and extract them to a folder.
For convenience, we recommend installing `Elasticsearch <https://www.elastic.co/downloads/past-releases#elasticsearch-oss>`_ and `Kibana <https://www.elastic.co/downloads/past-releases#kibana-oss>`_ on your local machine. You can download the open source ZIP for each and extract them to a folder.

If you just want to have a quick look, you can also get an Elasticsearch running with plugin installed by ``./gradlew :plugin:run``.

Expand Down Expand Up @@ -217,7 +217,7 @@ Most of the time you just need to run ./gradlew build which will make sure you p
- Run all checks according to Checkstyle configuration.
* - ./gradlew test
- Run all unit tests.
* - ./gradlew :integ-test:integTestRunner
* - ./gradlew :integ-test:integTest
- Run all integration test (this takes time).
* - ./gradlew build
- Build plugin by run all tasks above (this takes time).
Expand Down

0 comments on commit f5c63d1

Please sign in to comment.