Subscribe to
Main blog
Tumble Log

Tag Archive 'rsync'

Capistrano Deployment Using Rsync

Capistrano is a great tool for deploying Rails applications. However, by default Capistrano requires that the servers being deployed to have access to the version control repository to check out the code. While this may not seem like a big deal at first, there are situations where it is just not feasible.

I have run into […]

Read Full Post »