This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install jtrupiano-capistrano-extensions
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Apr 27 17:40:58 -0700 2009 | |
| |
History.txt | ||
| |
ISSUES.txt | ||
| |
MIT-LICENSE | ||
| |
Manifest.txt | Sat Apr 25 05:41:29 -0700 2009 | |
| |
README.rdoc | ||
| |
Rakefile | ||
| |
TODO | ||
| |
VERSION.yml | ||
| |
bin/ | ||
| |
capistrano-extensions.gemspec | ||
| |
lib/ |
capistrano-extensions
- Stable API: johntrupiano.rubyforge.org/capistrano-extensions
- Source: github.com/jtrupiano/capistrano-extensions
DESCRIPTION/FEATURES:
This gem provides a base set of Capistrano extensions including the following:
- a new :gemfile RemoteDependency type
- tasks/helpers for handling public and private asset folders (e.g. created by the file_column plugin)
- tasks/helpers for auto-syncing server gems (via integration with the GemInstaller gem)
- helpers for dealing with multiple deployable environments (e.g. staging, prodtest, production)
- tasks for working with remote logfiles
- tasks for database/asset synchronization from production back to local environments
- integration with environmentalist
For a detailed exploration of these features, check out the wiki: github.com/jtrupiano/capistrano-extensions/wikis/home
SYNOPSIS:
FIX (code sample of usage)
REQUIREMENTS:
- Capistrano ~> 2.5.5
- GemInstaller ~> 0.5.1
INSTALL:
- sudo gem install capistrano-extensions (stable from rubyforge)
- sudo gem install jtrupiano-capistrano-extensions (HEAD of repo from github)












