【发布时间】:2017-06-19 21:58:44
【问题描述】:
我正在尝试将 Hubot 与 Rocketchat 集成,并使 Hubot 与 Rocketchat 对话。
我指的来源是:
https://hubot.github.com/docs/
https://github.com/RocketChat/hubot-rocketchat
我已经安装了 Nodejs,并在 Node.js 命令提示符下安装了:
mkdir myhubot
cd myhubot
yo hubot
我的问题:
我如何理解 Rocketchat 是否与 Hubot 集成?
如果我还没有集成rocketchat,我应该怎么做? (我确实提到了https://github.com/RocketChat/hubot-rocketchat)。在这里,我想了解如何以及在何处设置环境变量。另外,我究竟如何在这里运行 Docker?
-
当我做
docker export ROCKETCHAT_ROOM='https: //spree.chat/channel/'返回:
"Cowardly refusing to save to a terminal. Use the -o flag or redirect."我该如何解决这个问题?
【问题讨论】:
标签: node.js hubot rocket.chat