Skip to content

Commit 90bf787

Browse files
authored
Merge pull request #330 from isc-pbarton/document-offline-install
Documentation for offline installation
2 parents 5a43ba4 + f633142 commit 90bf787

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
```
1515
zpm "install git-source-control"
1616
```
17+
To install on an environment without access to the internet, download the tar.gz file from the [releases](https://github.com/intersystems/git-source-control/releases) page. Copy the archive onto a file system the IRIS instance has access to and extract it. Use the package manager to load the release from that directory.
18+
```
19+
tar -xf /path/to/archive/git-source-control-release.tar.gz
20+
zpm "load /path/to/archive/git-source-control-release"
21+
```
1722
2. Configure settings by running the following method and answering the prompts:
1823
```
1924
d ##class(SourceControl.Git.API).Configure()

0 commit comments

Comments
 (0)