CruiseControl 远程仪表板访问
抱歉,如果这是一个菜鸟问题,但我刚刚开始使用 CruiseControl,并且我希望允许从互联网上的任何位置访问仪表板。
我找不到任何有关如何执行此操作的文档。我在 Windows 计算机上运行它,我可以启动 CC 并通过 http://localhost:8080/ 查看仪表板 有什么
想法吗?
更新:我在 8080 上为我的计算机添加了新的入站规则,但是 http://canyouseeme.org / 表示未开放。奇怪的...
Sorry if this is kind of a noob question, but I'm just starting to use CruiseControl, and I'd like to allow access to the DashBoard from anywhere on the internet.
I can't find any documentation on how to do this. I'm running it off of a Windows machine, and I can start CC and view the DashBoard through http://localhost:8080/
Any ideas?
Update: I added a new Inbound rule for my machine on 8080, however http://canyouseeme.org/ says it's not open. Strange...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为不需要任何特殊操作来允许外部访问,因此我认为您的问题更多的是一般的网络托管问题,而不是 CruiseControl 特有的问题。以下是一些可能值得关注的事项:
net start "CruiseControl.Net Server"
。如果您使用标准 CruiseControl,请运行net start "CruiseControl Service"
。I don't think any special action is needed to allow external access, so I think your problem is more of a general web hosting problem than it is specific to CruiseControl. Here are a few things that might be worth looking at:
net start "CruiseControl.Net Server"
. If you are using standard CruiseControl, runnet start "CruiseControl Service"
.