Skip to content
guillermo edited this page Sep 14, 2010 · 11 revisions

rake-deploy

rake-deploy Is a small, rake-based, application independent deploy system.

Tutorial

  1. You can start by reading Step by step installation.
  2. then see Current tasks and what they do (without magic).
  3. and finally start writing your own tasks or just copy some Recipes.

Files

If you are freak, you may prefer see the three files of these project:

If you don’t like the current tasks, you can require 'rake/deploy/deploy' and require 'rake/deploy/object' in your rake file and no tasks will be generated. It may be useful to access de command deploy.run(host,user,command)

Clone this wiki locally