public
Description: Plugin for Rails to enhance the deployment process to RailsBoxcar.com instances
Homepage: http://railsboxcar.com/
Clone URL: git://github.com/planetargon/boxcar-conductor.git
commit  7e88c102d42e151244fadc25287ca57c41e2afa8
tree    dfef13e9aae0a4128f8dc9986e72589e4dc243d7
parent  6318b945d65bc18b6ad89f3c661424c102e29084
name age message
file README Sat Jun 13 13:47:18 -0700 2009 Updates for fully-automated setup [demonbane]
file install.rb Wed May 20 15:37:14 -0700 2009 Cleaning up whitespace (and adding pre-autodb tag) [demonbane]
directory tasks/ Mon Jul 13 09:41:22 -0700 2009 Fixing typo in user creation code [demonbane]
directory templates/ Mon Aug 03 09:58:23 -0700 2009 Updating deploy.rb example to fix root-owned sy... [demonbane]
README
Boxcar Conductor
==============

This plugin provides you with deployment tools for your Rails application,
which will help you deploy to your RailsBoxcar.com instance.


## Requirements ##

You'll want to make sure that you have the following gems installed
before you begin:

capistrano fastthread

If you will be using mongrels (instead of Passenger) also install:

palmtree


## Automatic Installation ##

If you're running a recent version of Rails, you can just install the
plugin directly by doing:

script/plugin install git://github.com/planetargon/boxcar-conductor.git


## Manual Installation ##

Otherwise, you can just do a manual install by following these steps:

0.9) If you have git installed on your machine, run the following from
     your application root directory:

git submodule add git://github.com/planetargon/boxcar-conductor.git vendor/plugins/boxcar-conductor

    And then skip to step 3. Otherwise...

1) Download a tarball of the latest release from

http://github.com/planetargon/boxcar-conductor/tarball/master

2) Untar this into your vendor/plugins directory, and rename the resulting
   folder to boxcar-conductor

3) cd into the boxcar-conductor directory, and do:

../../../script/runner install.rb


## Configure and deploy ##

cap boxcar:config -q


## Done! ##
Feature Requests / Bugs

* http://planetargon.lighthouseapp.com/projects/9962-boxcar-conductor

Copyright (c) 2009 Planet Argon