Skip to content

Commit

Permalink
Merge pull request #330 from isc-pbarton/document-offline-install
Browse files Browse the repository at this point in the history
Documentation for offline installation
  • Loading branch information
isc-tleavitt committed Apr 30, 2024
2 parents 5a43ba4 + f633142 commit 90bf787
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
```
zpm "install git-source-control"
```
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.
```
tar -xf /path/to/archive/git-source-control-release.tar.gz
zpm "load /path/to/archive/git-source-control-release"
```
2. Configure settings by running the following method and answering the prompts:
```
d ##class(SourceControl.Git.API).Configure()
Expand Down

0 comments on commit 90bf787

Please sign in to comment.