我应该使用哪些 CI 服务器和配置管理工具

发布于 2024-08-13 15:25:27 字数 336 浏览 1 评论 0原文

我应该使用哪些 CI 服务器和配置管理工具 一起进行真正的开发和部署维护。

事实上,铁路可持续发展环境并不存在,不是吗?

一些假设:

• 代码控制版本确定 - git(事实上的工具)
• 测试框架没问题 - 无论如何(rspec 是我的选择)
• 代码覆盖率和分析正常 - 无论如何(例如 metric-fu)
• 服务器堆栈正常 - (例如乘客)
• 问题跟踪器 (RedMine)
•等等,...

我想玩诚信和私酒项目,对我来说这是一个很好的项目 作为开始,不是吗?

您对此有何看法?

谢谢,

布鲁诺

What CI server and Configuration Management tools I should use
together for a truly development and deploy maintenance.

There isn't the de facto rails sustainable environment, is there?

Some assumptions:

• code control version ok - git (de facto tool)
• test framework ok - whatever (rspec is my choice)
• code coverage and analysis ok - whatever (metric-fu, for example)
• server stack ok - (Passenger for example)
• issue tracker (RedMine)
• etc, ...

I'm want to play if integrity and moonshine projects, for me it's a good
for beginning, isn't it?

What do you think about this?

Thanks,

Bruno

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

别理我 2024-08-20 15:25:27

CI - 我个人更喜欢 Hudson,尤其是 Angry Hudson 插件。它的用户友好性和具有良好的报告指标。

CM - git

测试框架 - 取决于大小,但是,我让我们的团队编写单元测试,并让 Hudson 在代码签入时运行单元测试包。

问题跟踪器 - Trac 但是,我没有使用过 RedMine

CI - I personally prefer Hudson, especially with the Angry Hudson plugin. Its user friendly and has decent reporting metrics.

CM - git

Testing Framework - Dependent on size but, I have our teams write unit tests and have Hudson run the unit test package on code checkin.

Issue Tracker - Trac but, I have not used RedMine

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文