Class Index [+]

Quicksearch

Converting from Capistrano

BEFORE:

  set :application, "rubyholic"
  set :domain,      "zenspider.textdriven.com"
  set :repository,  "svn://svn.example.com/rubyholic/branches/stable"
  set :deploy_to,   "/users/home/zenspider/domains/new.rubyholic.com"

  set :user,        "zenspider"
  set :use_sudo,    false

  role :web, domain
  role :app, domain
  role :db,  domain, :primary => true

AFTER:

  set :domain,      "zenspider.textdriven.com"
  set :repository,  "svn://svn.example.com/rubyholic/branches/stable"
  set :deploy_to,   "/users/home/zenspider/domains/new.rubyholic.com"

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.