20 pts.
 Software Deployment
Are there any deployment tools for linux servers that would allow you to: automatize deploy new config over existing configs rollback to previous configs deploy/patch jars rollback to previous jars

Software/Hardware used:
ASKED: September 4, 2008  10:32 AM
UPDATED: September 5, 2008  11:18 AM

Answer Wiki:
Sounds like <a href="http://www.cfengine.org/about.php">CFengine</a> may fit the bill for you.
Last Wiki Answer Submitted:  September 4, 2008  2:57 pm  by  MarkK   645 pts.
All Answer Wiki Contributors:  MarkK   645 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

CFengine looks pretty cool… but it may be a bit to advanced for what I would need.

To explain more, I would need a tool to allow me to compare config files from a cvs server to production servers, deploy them there if needed, and if any problems to roll them back.
Same for jar files… At this point this is done with make files and updated with cvs manual.

Thanks :)

 20 pts.