CSC/ECE 517 Fall 2013/ch1 1w09 hs: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
= Code Deployment and Release Management with Rails =
= Code Deployment and Release Management with Rails =


[http://en.wikipedia.org/wiki/Software_deployment] and [http://en.wikipedia.org/wiki/Release_management] with [http://en.wikipedia.org/wiki/Ruby_on_Rails] uses various automated tools such as [http://en.wikipedia.org/wiki/Capistrano], [http://en.wikipedia.org/wiki/Heroku], Mina, Vlad, Inploy etc. These tools help in the automation of deployment and management of the applications.
Code deployment[http://en.wikipedia.org/wiki/Software_deployment] and [http://en.wikipedia.org/wiki/Release_management] with [http://en.wikipedia.org/wiki/Ruby_on_Rails] uses various automated tools such as [http://en.wikipedia.org/wiki/Capistrano], [http://en.wikipedia.org/wiki/Heroku], Mina, Vlad, Inploy etc. These tools help in the automation of deployment and management of the applications.


__TOC__
__TOC__


= Introduction  =
= Introduction  =

Revision as of 21:16, 15 September 2013

Code Deployment and Release Management with Rails

Code deployment[1] and [2] with [3] uses various automated tools such as [4], [5], Mina, Vlad, Inploy etc. These tools help in the automation of deployment and management of the applications.

Introduction