You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+19-13Lines changed: 19 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,21 @@ This is the repository for the Elastic stack MSI-based Windows installers.
9
9
Simply clone the repository and run
10
10
11
11
```bat
12
-
build
12
+
build.bat
13
13
```
14
14
15
15
This will download the latest version of the stack (currently only Elasticsearch) and create the MSIs.
16
16
17
17
You can also specify a specific version
18
18
19
19
```bat
20
-
build 5.1.1
20
+
build.bat 5.1.1
21
+
```
22
+
23
+
There are many other configuration options available, run the following to see them all
24
+
25
+
```bat
26
+
build.bat help
21
27
```
22
28
23
29
**NOTE**: *Building from source should only be done for development purposes. Only the officially distributed and signed Elastic installer should be used in production. Using an unofficial Elastic installer is not supported.*
@@ -27,29 +33,29 @@ build 5.1.1
27
33
Instead of installing through the UI, it is also possible to perform an installation in "quiet" mode via the command-line using [msiexec](https://technet.microsoft.com/en-us/library/bb490936.aspx?f=255&MSPPError=-2147217396) and passing the `/qn` flag, which will invoke the installer without the UI. This can be particularly useful for automating deployments.
0 commit comments