瀏覽代碼

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

This adds the instructions for building a platform-specific distribution.
Lee Hinman 6 年之前
父節點
當前提交
89eae89fd2
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      TESTING.asciidoc

+ 9 - 0
TESTING.asciidoc

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