public
Fork of planetargon/boxcar-conductor
Description: Plugin for Rails to enhance the deployment process to RailsBoxcar.com instances
Homepage: http://railsboxcar.com/
Clone URL: git://github.com/robbyrussell/boxcar-conductor.git
boxcar-conductor / README
100644 67 lines (34 sloc) 1.447 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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