gpt4 book ai didi

ruby-on-rails - 单独服务器中的任何电缆

转载 作者:IT王子 更新时间:2023-10-29 02:19:58 25 4
gpt4 key购买 nike

我的 rails 在服务器 A 中,我创建了一个安装了 Go-lang 的单独服务器

我的目标是将 Anycable-Go 与 Rails 一起使用,但在单独的服务器中。

我真的无法在谷歌中找到任何明确的解释如何做到这一点,但来自 doc我在“Go”服务器中尝试了以下操作:

go get -u -f github.com/anycable/anycable-go/cmd/anycable-go

然后

anycable-go --rpc_host=0.0.0.0:50051 --headers=cookie,x-api-token \
--redis_url=redis://{my_redis_username}:{my_redis_password}@{my_redis_machine_url} --redis_channel=anycable \
--host=0.0.0.0 --port=8084

输出看起来像这样:

enter image description here

到目前为止,我真的不确定我是否在正确的 rails 上......但如果是这样,应该如何让我的 Rails 应用程序连接/使用这个“有线转接”服务器?

最佳答案

您需要将 anycable-rails gem 添加到您的应用程序,并与 Rails 服务器一起运行 AnyCable RPC 服务器(bundle exec anycable)。参见 https://docs.anycable.io/#/using_with_rails

关于ruby-on-rails - 单独服务器中的任何电缆,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53904013/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com