CSC/ECE 517 Fall 2013/ch1 1w09 hs: Difference between revisions
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 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 | [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 and thus ease the process of deployment and management of various applications. | ||
__TOC__ | __TOC__ | ||
= Introduction = | = Introduction = |
Revision as of 21:23, 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 and thus ease the process of deployment and management of various applications.