Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 28 additions & 5 deletions v2/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ helm repo add flipt https://helm.flipt.io
helm install my-flipt-v2 flipt/flipt-v2
```

```console Homebrew
brew install flipt-io/brew/flipt@2
```

</CodeGroup>

For more details on each installation method, see the sections below.

- [Docker](#docker)
- [Binary](#binary)
- [Kubernetes/Helm](#kubernetes%2Fhelm)

<Info>
Flipt v2.0.0 is now stable! Helm installation is available for Kubernetes
deployments. Homebrew installation options are coming soon.
</Info>
- [Homebrew](#homebrew)

## Supported Architectures

Expand Down Expand Up @@ -114,6 +114,29 @@ docker run -d \
docker.flipt.io/flipt/flipt:v2
```

## Homebrew

You can install Flipt v2 using [Homebrew](https://brew.sh/) on macOS and Linux.

<Note>
If you have Flipt v1 installed via Homebrew, you'll need to unlink it first:
`brew unlink flipt`
</Note>

### Installing

```console
brew install flipt-io/brew/flipt@2
```

### Running

Once installed, you can run Flipt v2 with:

```console
flipt server [--config OPTIONAL_PATH_TO_YOUR_CONFIG]
```

## Binary

You can always download the latest release archive of Flipt v2 from the
Expand Down