Skip to content

Commit

Permalink
Update pro docs for beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Sep 16, 2021
1 parent 5f469f7 commit ea84dba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
* [Health Checking](/anycable-go/health_checking.md)
* [Tracing](/anycable-go/tracing.md)
* [OS Tuning](/anycable-go/os_tuning.md)
* [JWT Identification <img class='pro-badge' src='https://docs.anycable.io/assets/pro.svg' alt='pro' />](/anycable-go/jwt_identification.md)
* [Signed Streams (Hotwire, etc.) <img class='pro-badge' src='https://docs.anycable.io/assets/pro.svg' alt='pro' />](/anycable-go/binary_formats.md)
* [Apollo GraphQL <img class='pro-badge' src='https://docs.anycable.io/assets/pro.svg' alt='pro' />](/anycable-go/apollo.md)
* [Binary formats <img class='pro-badge' src='https://docs.anycable.io/assets/pro.svg' alt='pro' />](/anycable-go/binary_formats.md)
* <a rel="noopener" href="https://github.com/anycable/anycable-client" target="_blank">JS/TS client 🔗</a>
Expand Down
Binary file added docs/assets/images/grafana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions docs/pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ incoming messages, you might want to fallback to the _actor-per-connection_ mode
- [Binary messaging formats](anycable-go/binary_formats.md)
- [Apollo GraphQL protocol support](anycable-go/apollo.md)
- [StatsD instrumentation](anycable-go/instrumentation.md#statsd)
- [JWT identification](anycable-go/jwt_identification.md)
- [Signed streams (Hotwire, CableReady)](anycable-go/signed_streams.md)

## Installation

Expand All @@ -50,7 +52,7 @@ Once authenticated, you can pull images using the following identifier: `ghcr.io
# docker-compose.yml
services:
ws:
image: ghcr.io/anycable/anycable-go-pro:1.1.0-beta.1
image: ghcr.io/anycable/anycable-go-pro:1.1.0-beta.2
ports:
- '8080:8080'
environment:
Expand All @@ -64,7 +66,7 @@ We use a dedicated GitHub repo to host pre-built binaries via GitHub Releases: [
We recommend using [`fetch`][fetch] to download releases via command line:

```sh
fetch --repo=https://github.com/anycable/anycable-go-pro-releases --tag="v1.1.0-beta.1" --release-asset="anycable-go-linux-amd64" --github-oauth-token="<access-token>" /tmp
fetch --repo=https://github.com/anycable/anycable-go-pro-releases --tag="v1.1.0-beta.2" --release-asset="anycable-go-linux-amd64" --github-oauth-token="<access-token>" /tmp
```

### Heroku
Expand All @@ -75,7 +77,7 @@ You need to provide the following configuration parameters:
- `HEROKU_ANYCABLE_GO_REPO=https://github.com/anycable/anycable-go-pro-releases`
- `HEROKU_ANYCABLE_GO_GITHUB_TOKEN=<access-token>`

Currently, you also need to specify the version as well: `HEROKU_ANYCABLE_GO_VERSION=1.1.0-beta.1`.
Currently, you also need to specify the version as well: `HEROKU_ANYCABLE_GO_VERSION=1.1.0-beta.2`.

Make sure you're not using cached `anycable-go` binary by purging the Heroku cache: `heroku builds:cache:purge -a <your-app-name>`.

Expand Down
1 change: 1 addition & 0 deletions forspell.dict
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ Preboot
avlazarov
tldr
grpc-go
Hotwire

0 comments on commit ea84dba

Please sign in to comment.