capistrano
Deploy Drupal sites to remote server with GIT and Capistrano
Submitted by Sam Rose on Thu, 07/01/2010 - 06:25Follow the instructions here for creating users on source server:
http://mattrude.com/2009/07/creating-a-secure-git-repository-server/
(ignore the rest of instructions on that blog post)
Capistrano set up will then be the same as http://socialsynergyweb.org/network/blog/building-capistrano-recipe-rail...
example:
Running git commands, etc
capfile would run http://en.wikipedia.org/wiki/Secure_copy command from destination to secure copy over db dump.
Building a capistrano recipe into a rails2 application, to deploy Drupal clone sites (or other cloned web applications)
Submitted by Sam Rose on Thu, 01/01/2009 - 00:28I needed to build a way to deploy Drupal sites to support a limited hosting application for http://socialmediaclassroom.com project.
I decided to build an application using http://www.capify.org/ (Capistrano). I thought about developing this in http://drupal.org/project/drush. However, time constraints dictated otherwise.
I ended up working on this with partner Paul B. Hartzog. Here is what we did:
