https://github.com/phase2/homebrew-outrigger
Homebrew Tap for Outrigger
https://github.com/phase2/homebrew-outrigger
homebrew-formula outrigger
Last synced: 19 days ago
JSON representation
Homebrew Tap for Outrigger
- Host: GitHub
- URL: https://github.com/phase2/homebrew-outrigger
- Owner: phase2
- License: mit
- Created: 2017-02-14T21:01:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T22:47:37.000Z (over 7 years ago)
- Last Synced: 2025-05-15T18:51:39.729Z (about 1 year ago)
- Topics: homebrew-formula, outrigger
- Language: Ruby
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Outrigger Homebrew
Homebrew Tap (a.k.a. repository) for Outrigger
## How to use this tap
To get access to all this Tap has to offer, you need to, well, tap it.
`brew tap phase2/outrigger`
Once tapped, you can use the formula here to install `rig` and the required
Docker dependencies.
## To install rig
`brew install outrigger-cli`
This will get you the `rig` binary and includes dependencies on Docker, Docker Compose,
and Docker Machine.
## Upgrading rig
If a new version of `rig` is released you need to do the following to upgrade.
```
brew update
brew upgrade outrigger-cli
```
## Troubleshooting
To help troubleshoot your `rig` installation run the following command:
`rig doctor`