Changeset 444

Show
Ignore:
Timestamp:
03/29/08 20:50:32 (9 months ago)
Author:
mbailey
Message:

tidied up

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/depify

    r391 r444  
    7474   
    7575    set :application, "set your application name here" 
    76     set :repository,  "set your repository location here" 
    7776    set :domain, "set domain name project will be served on here" 
     77    set :repository,  "svn+ssh://\#{domain}/var/www/apps/\#{application}/repos" 
    7878    # set :gems_for_project, %w(dr_nic_magic_models swiftiply) # list of gems to be installed 
    7979     
     80    # Update these if you're not running everything on one host. 
     81    role :app, domain 
     82    role :web, domain 
     83    role :db,  domain, :primary => true 
     84    role :scm, domain # used by deprec if you want to install subversion 
    8085 
    8186    # If you aren't deploying to /var/www/apps/\#{application} on the target 
     
    8792    # your SCM below: 
    8893    # set :scm, :subversion 
    89  
    90     role :app, "your app-server here" 
    91     role :web, "your web-server here" 
    92     role :db,  "your db-server here", :primary => true 
    9394     
    9495    namespace :deploy do