Skip to content

Commit

Permalink
Update TESTING.asciidoc with platform specific instructions (#38802)
Browse files Browse the repository at this point in the history
This adds the instructions for building a platform-specific distribution.
  • Loading branch information
dakrone committed Feb 14, 2019
1 parent 7ba81b0 commit 6dd1d7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions TESTING.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ following:
./gradlew assemble
-----------------------------

To create a platform-specific build including the x-pack modules, use the
following depending on your operating system:

-----------------------------
./gradlew :distribution:archives:linux-tar:assemble --parallel
./gradlew :distribution:archives:darwin-tar:assemble --parallel
./gradlew :distribution:archives:windows-zip:assemble --parallel
-----------------------------

=== Running Elasticsearch from a checkout

In order to run Elasticsearch from source without building a package, you can
Expand Down

0 comments on commit 6dd1d7f

Please sign in to comment.