An open API service indexing awesome lists of open source software.

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

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`