Update TESTING.asciidoc with platform specific instructions (#38802)
This adds the instructions for building a platform-specific distribution.
This commit is contained in:
parent
8bb2a2a405
commit
cf0bdf3b28
|
@ -16,6 +16,15 @@ following:
|
||||||
./gradlew assemble
|
./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
|
=== Running Elasticsearch from a checkout
|
||||||
|
|
||||||
In order to run Elasticsearch from source without building a package, you can
|
In order to run Elasticsearch from source without building a package, you can
|
||||||
|
|
Loading…
Reference in New Issue