-
Notifications
You must be signed in to change notification settings - Fork 0
Home
guillermo edited this page Sep 14, 2010
·
11 revisions
rake-deploy Is a small, rake-based, application independent deploy system.
- You can start by reading Step by step installation.
- then see Current tasks and what they do (without magic).
- and finally start writing your own tasks or just copy some Recipes.
If you are freak, you may prefer see the three files of these project:
- deploy/deploy.rb The base class that define deploy class.
- deploy/object.rb Add the deploy method to the task binding.
- deploy.rb Collection of tasks.
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)