What CI server and Configuration Management tools I should use

Posted by Bera on Stack Overflow See other posts from Stack Overflow or by Bera
Published on 2009-12-01T13:33:30Z Indexed on 2010/03/09 5:06 UTC
Read the original article Hit count: 465

Hi !

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

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about configuration-management