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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Apr 26 18:22:48 -0700 2008 | [reagent] |
| |
LICENSE | Thu Mar 06 16:57:36 -0800 2008 | [preagan] |
| |
README.markdown | Fri Apr 04 13:07:40 -0700 2008 | [Patrick Reagan] |
| |
Rakefile | Mon Jun 09 18:32:05 -0700 2008 | [reagent] |
| |
TODO | Thu Mar 06 16:57:36 -0800 2008 | [preagan] |
| |
bin/ | Wed Apr 30 19:39:19 -0700 2008 | [reagent] |
| |
doc/ | Fri Mar 21 23:27:18 -0700 2008 | [preagan] |
| |
lib/ | Mon Jun 09 18:55:50 -0700 2008 | [reagent] |
| |
spec/ | Sat Jun 07 18:23:23 -0700 2008 | [reagent] |
| |
support/ | Fri Jun 06 17:42:01 -0700 2008 | [reagent] |
| |
vendor/ | Thu Mar 06 17:36:30 -0800 2008 | [preagan] |
README.markdown
Crash Cart
Crash Cart is designed to help manage installations of ExpressionEngine and WordPress all through the commandline. The goals for the project are to:
- Report on an individual installation
- Connect and manipulate configuration information in the database
- Sync files between the local directory and an SCM (Subversion initially)
- Handle automated deployments (with Capistrano)
Installation
Installation happens through rubygems:
gem install crash_cart
Usage
To use the ExpressionEngine tool, cd to the root of the installation and run the 'ee' command:
cd /var/www/expression_engine ee
Currently, the 'report:templates' subcommand is available, which will give a listing of sites, template groups, and templates that are part of the installation. Since the application pulls from the local configuration file, no additional database connection information is required.
Author
Patrick Reagan (patrick.reagan@viget.com) of Viget Labs




