Slicehost Recipes
Slicehost Capistrano recipes for configuring and managing your slice. Require Capistrano >2.5.0
Example
The recipes are designed to work stand alone apart from the standard set of Capistrano deploy recipes.
require 'capistrano/ext/slicehost' in your deploy.rb file
Global Configuration Options
Configure ~/.slicehost.yml on your development machine. For example:
slice:
user:
apps_path: /path/to/apps
You can then use simplified config/deploy.rb files. For example:
require 'capistrano/ext/slicehost'
... set :application, etc. here ...
extend Capistrano::Ext::SliceHostConfig
Copyright (c) 2008 Joshua Peek, updated by Oleg Zhurbiy, and again by Robert McGuire, released under the MIT license