public
Fork of vigetlabs/capistrano-tmbundle
Description: A Capistrano bundle for TextMate.
Clone URL: git://github.com/mcornick/capistrano-tmbundle.git
name age message
file COPYING Thu Jun 12 06:27:13 -0700 2008 add README and license [mcornick]
directory Commands/ Wed Jun 25 07:37:28 -0700 2008 remove stray brace [mcornick]
file README.markdown Tue Jun 17 12:53:16 -0700 2008 improve installation instructions [mcornick]
directory Support/ Tue Jun 17 12:23:38 -0700 2008 handle some unlikely but still potential error ... [mcornick]
file info.plist Thu Jun 12 06:12:26 -0700 2008 move web:disable/enable into their own submenu [mcornick]
README.markdown

Capistrano.tmbundle

This is a TextMate bundle for Capistrano. It provides commands for several of the most common Capistrano operations, including deployment, rollback, migrations, and maintenance operations.

Installation

Open a Terminal and clone the bundle from GitHub:

cd "$HOME/Library/Application Support/TextMate/Bundles"
git clone git://github.com/vigetlabs/capistrano-tmbundle.git Capistrano.tmbundle

If TextMate is running while you do this, you will also need to tell it to reload bundles:

osascript -e 'tell app "TextMate" to reload bundles'

TODO

  • General shine and polish

Author

Mark Cornick mark@viget.com

License

Provided under an MIT-style license. Please see the file COPYING.