Rails setup and deployment with Capistrano 2.0 on Ubuntu 7.04 (Feisty)

A very specific post here to serve as a reminder the next time I have to do this: Setting up Ubuntu 7.04 with rails, Apache 2.2, mongrel (clustered), MySQL5, subversion, and deploying with capistrano 2.0. So bleeding edge!

Tags: mongrel  Meta: 5 comments, permalink

Modifying the number of mongrels after deploying with deprec

In an effort to document everything I do that I had to dig up information for, comes this ridiculous post with a convoluted title. I had a few sites deployed using deprec. I set them up to use 4 mongrel instances, but now wanted to change that. Here's the steps I took...

Tags: mongrel  Meta: 2 comments, permalink

Deploying a Rails site with Apache 2.2, mod_proxy_balancer, and mongrel

There are ton of articles out there on this, but none of them worked 100% for me. So I wanted to post the steps I usually take, so I can refer back to it the next time I have to do this.

Tags: mongrel  Meta: 0 comments, permalink