1
0
Эх сурвалжийг харах

Update TESTING.asciidoc with platform specific instructions (#38802)

This adds the instructions for building a platform-specific distribution.
Lee Hinman 6 жил өмнө
parent
commit
89eae89fd2
1 өөрчлөгдсөн 9 нэмэгдсэн , 0 устгасан
  1. 9 0
      TESTING.asciidoc

+ 9 - 0
TESTING.asciidoc

@@ -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