Skip to content

Instantly share code, notes, and snippets.

View kgiszczak's full-sized avatar

Kamil Giszczak kgiszczak

  • Łęczna, Poland
View GitHub Profile
@kgiszczak
kgiszczak / gist:2167823
Created March 23, 2012 06:54 — forked from jrochkind/gist:2161449
A Capistrano Rails Guide

A Capistrano Rails Guide

by Jonathan Rochkind, http://bibwild.wordpress.com

why cap?

Capistrano automates pushing out a new version of your application to a deployment location.

I've been writing and deploying Rails apps for a while, but I avoided using Capistrano until recently. I've got a pretty simple one-host deployment, and even though everyone said Capistrano was great, every time I tried to get started I just got snowed under not being able to figure out exactly what I wanted to do, and figured I wasn't having that much trouble doing it "manually".