Sunday 18 July 2010

Deploying Rails 2.3.8 on WebFaction with Nginx, Passenger, Git and Capistrano

Create a Rails 2.3.8 app in your WebFaction control panel: Create your WebFaction account and a new Rails 2.3.8 app. If you require a MySQL or Postgres database, you can add it through the control panel, then update your app’s config/database.yml file with the production database details. Get Git Going G... More

Tuesday 19 May 2009

My Recipe For Capistrano/Git Rails Deployment on Webfaction

The joys of Capistrano have long eluded me. I was well aware of the easy life of instant deploys that it promised, but getting it up and running on my WebFaction account proved an insurmountable task that always saw me giving up in frustration, I didn’t even try getting things going with Vlad. Every time I created a <... More