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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Purpose
4
4
5
-
The purpose of this repository is to help enterprise administrators who maintain multiple GHE instances work out unique developers across multiple GHE instances. This script works for both maximum committers and currently consumed GHAS committers.
5
+
The purpose of this repository is to help enterprise administrators who maintain multiple GHE instances work out unique developers across multiple GHE instances. This script works for both maximum committers and currently consumed GHAS committers.
6
6
7
7
## Prerequisites
8
8
@@ -23,7 +23,7 @@ The purpose of this repository is to help enterprise administrators who maintain
23
23
cd ghe-cross-instance-committers
24
24
```
25
25
26
-
4. Copy the `.env.sample` to `.env`. On a Mac, this can be done via the following terminal command:
26
+
3. Copy the `.env.sample` to `.env`. On a Mac, this can be done via the following terminal command:
> If you are struggling to get the file to download because your instance is extremely large, please contact your account team for assistance.
42
42
43
-
If you are interested in knowing your maximum committer number (e.g. the total number of unique developers across your whole GHE instance), click the download button next to the `Total billable committers if GHAS is enabled for all repositories` option.
43
+
If you are interested in knowing your maximum committer number (e.g. the total number of unique developers across your whole GHE instance), click the download button next to the `Total billable committers if GHAS is enabled for all repositories` option.
44
44
45
45
If you are interested in knowing your current committer number (e.g. the total number of unique developers across your whole GHE instance who are curently consuming a GHAS licence), click the download button next to the `Current active committer count` option.
46
46
47
-
Once that's downloaded, create a new folder and drop the CSV into that folder.
47
+
Once that's downloaded, create a new folder and drop the CSV into that folder.
48
48
49
-
Repeat the steps above across all your GHES instances. Make sure you drop the content **into the same folder**, you do not need to create a new folder every time.
49
+
Repeat the steps above across all your GHES instances. Make sure you drop the content **into the same folder**, you do not need to create a new folder every time.
50
50
51
51
If you are on a GHEC instance (including EMU), please head to `https://github.com/enterprises/${enterprise-slug}/enterprise_licensing` and click "Download CSV" under the Advanced Security section. This will download a CSV, please place that in the same folder as above.
52
52
@@ -58,13 +58,13 @@ If you are on a GHEC instance (including EMU), please head to `https://github.co
58
58
npm install
59
59
```
60
60
61
-
3. Update the `.env. (Replace the XXX with the relative directory of the csv content you created above)
61
+
2. Update the `.env. (Replace the XXX with the relative directory of the csv content you created above)
0 commit comments