You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pro/install.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,31 @@ You can use Heroku _Container Registry and Runtime_ feature to deploy AnyCable-G
55
55
56
56
The basic steps are: pull an AnyCable-Go PRO image from our private registry, push it to your Heroku registry and deploy. See [the official documentation](https://devcenter.heroku.com/articles/container-registry-and-runtime).
57
57
58
+
## AnyCable Thruster Pro
59
+
60
+
We also ship Pro versions of [AnyCable Thruster][thruster] binaries via the same [releases repo][releases-repo].
Then, when running the `thrust` command (provided by the `anycable-thruster` gem), specify the path to the downloaded binary as `ANYCABLE_THRUSTER_BIN_PATH=path/to/anycable-thruster`.
69
+
70
+
### Installing AnyCable Thruster Pro on Heroku
71
+
72
+
Our buildpack supports downloading custom binaries. To donwload `anycable-thruster` binaries, set the following environment vars:
73
+
74
+
```
75
+
HEROKU_ANYCABLE_GO_BINARY_NAME=anycable-thruster
76
+
77
+
HEROKU_ANYCABLE_GO_SKIP_VERSION_CHECK=1 // skip the default version check on installation, since Thruster has no -v flag
0 commit comments