开发者

What CI server and Configuration Management tools I should use

开发者 https://www.devze.com 2022-12-13 10:28 出处:网络
What CI server and Configurat开发者_如何转开发ion Management tools I should use together for a truly development anddeploy maintenance.

What CI server and Configurat开发者_如何转开发ion 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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消