This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ alongside an untarred LGTM installation bundle and the
30
30
``` shellsession
31
31
.
32
32
├── deploy-multi.sh
33
- ├── lgtm-1.20.0
34
- ├── lgtm-1.20.0 .tar.gz
33
+ ├── lgtm-<version>
34
+ ├── lgtm-<version>-<platform> .tar.gz
35
35
└── state
36
36
├── lgtm-cluster-config.yml
37
37
└── manifest.xml
Original file line number Diff line number Diff line change @@ -7,10 +7,15 @@ simple cluster configuration file, placing all components on this
7
7
machine:
8
8
9
9
``` shellsession
10
- java -jar <path to config gen> /lgtm-config-gen.jar init
11
- LGTM_CREDENTIALS_PASSWORD=password java -jar <path to config gen >/lgtm-config-gen.jar generate
10
+ java -jar <path to release>/lgtm /lgtm-config-gen.jar init
11
+ LGTM_CREDENTIALS_PASSWORD=password java -jar <path to release >/lgtm/lgtm -config-gen.jar generate --overwrite
12
12
```
13
13
14
+ The above commands create two directories:
15
+
16
+ * A ` state ` directory in the same directory as ` <path to release> `
17
+ * A ` generated ` directory at ` <path to release>/generated ` (in this example, the ` generated ` directory is not used)
18
+
14
19
At this point, the resulting ` state ` directory contains the two files
15
20
that describe how to deploy an LGTM installation:
16
21
@@ -36,8 +41,8 @@ machine alongside an untarred LGTM installation bundle and the
36
41
``` shellsession
37
42
.
38
43
├── deploy-single.sh
39
- ├── lgtm-1.20.0
40
- ├── lgtm-1.20.0 .tar.gz
44
+ ├── lgtm-<version>
45
+ ├── lgtm-<version>-<platform> .tar.gz
41
46
└── state
42
47
├── lgtm-cluster-config.yml
43
48
└── manifest.xml
You can’t perform that action at this time.
0 commit comments