Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 6c8e7a5

Browse files
committed
Explain where directories are created
* Explain where the state and generated directories are created * Update example path names for 1.21.0
1 parent ac2842a commit 6c8e7a5

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

multi-machine/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ alongside an untarred LGTM installation bundle and the
3030
```shellsession
3131
.
3232
├── deploy-multi.sh
33-
├── lgtm-1.20.0
34-
├── lgtm-1.20.0.tar.gz
33+
├── lgtm-<version>
34+
├── lgtm-<version>-<platform>.tar.gz
3535
└── state
3636
├── lgtm-cluster-config.yml
3737
└── manifest.xml

single-machine/README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@ simple cluster configuration file, placing all components on this
77
machine:
88

99
```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
1212
```
1313

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+
1419
At this point, the resulting `state` directory contains the two files
1520
that describe how to deploy an LGTM installation:
1621

@@ -36,8 +41,8 @@ machine alongside an untarred LGTM installation bundle and the
3641
```shellsession
3742
.
3843
├── deploy-single.sh
39-
├── lgtm-1.20.0
40-
├── lgtm-1.20.0.tar.gz
44+
├── lgtm-<version>
45+
├── lgtm-<version>-<platform>.tar.gz
4146
└── state
4247
├── lgtm-cluster-config.yml
4348
└── manifest.xml

0 commit comments

Comments
 (0)