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 (
commit 83e929327642f8f354d6ae983a13eff1d0ab4b9a
tree 57949bd4a1dc163f0c00b598243c97916d281765
parent 87701764aef8721566b029993add2d68bb3dda49
tree 57949bd4a1dc163f0c00b598243c97916d281765
parent 87701764aef8721566b029993add2d68bb3dda49
| name | age | message | |
|---|---|---|---|
| |
README | Thu May 22 20:19:37 -0700 2008 | [robbyrussell] |
| |
install.rb | Thu Apr 17 17:12:15 -0700 2008 | [demonbane] |
| |
tasks/ | Thu Apr 17 18:39:55 -0700 2008 | [demonbane] |
| |
templates/ | Thu Apr 17 16:40:42 -0700 2008 | [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:
mongrel mongrel_cluster palmtree capistrano
With newever versions of capistrano you should install the following:
fastthread
## 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, just go into your
vendor/plugins directory and do
git clone git://github.com/planetargon/boxcar-conductor.git
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 your Boxcar ##
cap boxcar:config
## Deploy! ##
cap deploy:cold
## Done! ##
Feature Requests / Bugs
* http://planetargon.lighthouseapp.com/projects/9962-boxcar-conductor
Copyright (c) 2008 Robby Russell




