I'm trying to deploy my rails application and been following the Agile
Dev w/Rails (ADWR) Setting Up A Deployment Env chapter that seems to
assume cap 1.4 or so.
I've worked around most of the changes to use cap2. However, my
$ cap deploy.cold
works up till the script/spin instruction. Here I'm confused.
Does the script/spin script replace the mongrel_cluster.yml
configuration instructions?
Could someone point me to a full script/spin script that would mesh
with the example in the ADWR?. mongrel is setup like so:
$ mongrel_rails cluster::configure -e production -p 8000 -a 127.0.0.1 -
N 2 -c /deploy/path/current
Thanks, Jose
PS. I'm a novice for both rails, cap and mongrel.
- Jamis