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 Code deployment] and [http://en.wikipedia.org/wiki/Release_management Release management] with [http://en.wikipedia.org/wiki/Ruby_on_Rails Ruby on Rails] uses various automated tools such as [http://en.wikipedia.org/wiki/Capistrano Capistrano], [http://en.wikipedia.org/wiki/Heroku Heroku], Mina, Vlad, Inploy etc. These tools help in the automation of deployment and management of the applications.
[http://en.wikipedia.org/wiki/Software_deployment Code deployment] and [http://en.wikipedia.org/wiki/Release_management Release management] with [http://en.wikipedia.org/wiki/Ruby_on_Rails Ruby on Rails] uses various tools such as [http://en.wikipedia.org/wiki/Capistrano Capistrano], [http://en.wikipedia.org/wiki/Heroku Heroku], Mina, Vlad, Inploy etc. These automated tools are frameworks used to write and execute commands in parallel remote machines to ease the process of deployment and management of various applications.


__TOC__
__TOC__


= Introduction  =
= Introduction  =

Revision as of 21:22, 15 September 2013

Code Deployment and Release Management with Rails

Code deployment and Release management with Ruby on Rails uses various tools such as Capistrano, Heroku, Mina, Vlad, Inploy etc. These automated tools are frameworks used to write and execute commands in parallel remote machines to ease the process of deployment and management of various applications.

Introduction