logo
Published on aidanf.net (http://www.aidanf.net)

Deploying rails on a clean ubuntu slicehost VPS

By aidan
Created 2007-04-01 21:29

I got a new 1GB slicehost [1] vps yesterday. Up to now my preferred rails deployment was to use pound to proxy dynamic requests to a cluster of mongrels and static requests to lighttpd. Previously I had used lighttpd with fast-cgi but since mongrel was released I have avoided fast-cgi solutions. I also played around with using nginx with mongrel. For my new vps I decided to move from my previous deployment configuration of pound, lighttpd and mongrel to apache 2.2 with mod_proxy_balance and mongrel.

Reasons for changing deployment strategies

Steps to get the server setup

The following three articles cover most of the steps I took to get setup

  1. Secure the Ubuntu server [2]
  2. Install all the required software [3]
  3. Setup and configure the rails deployment [4]

Source URL:
http://www.aidanf.net/deploying-rails-on-a-clean-ubuntu-slicehost-vps