- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for localDistro (0.05 seconds)
-
build-tools-internal/src/main/groovy/elasticsearch.local-distribution.gradle
* in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ /** * This script sets up a local distribution. * To install a local distribution run `localDistro`. * The local distribution will be installed to * build/distributions/local * */ import org.elasticsearch.gradle.Architecture // gradle has an open issue of failing applying plugins in
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 1.1K bytes - Click Count (0) -
README.asciidoc
[[build-source]] == Build from source Elasticsearch uses https://gradle.org[Gradle] for its build system. To build a distribution for your local OS and print its output location upon completion, run: ---- ./gradlew localDistro ---- To build a distribution for another platform, run the related command: ---- ./gradlew :distribution:archives:linux-tar:assemble ./gradlew :distribution:archives:darwin-tar:assemble
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Apr 20 13:32:21 GMT 2021 - 2.6K bytes - Click Count (0)