News Feed
Jobs Feed
Sections




News Archive
Dylan Tack's Blog:
Deployment with Capistrano (Drupal)
November 11, 2009 @ 12:47:53

Dylan Tack has posted the first and second parts of a series looking at deploying applications (in his case, a Drupal installation) with the Capistrano automation tool.

I'm a big fan of having an automated deployment process. It's really the web development analog to the "one step build process", as described in the Joel Test. In the past I have used various shell scripts to perform this task, but I have recently become a convert to Capistrano (or "cap" for short). With Capistrano, uploading your code to the test server is as simple as typing cap deploy. When you're ready to launch in production, it's just cap production deploy.

In part one he sets up his Capistrano configuration with his deploy.rb, development.rb and capfile configuration files. In the second part he integrates Drush, a multisite deployment and a multistage process.

0 comments voice your opinion now!
capistrano deployment drupal tutorial


blog comments powered by Disqus

Similar Posts

SitePoint.com: Introduction to Unit Testing in PHP with PHPUnit

Ruslan Yakushev's Blog: How to install PHP PEAR and phploc on Windows

DevShed: Getting PHP to Talk to MySQL

Vinu Thomas' Blog: Wordpress blogging on a S60 Phone

Lehi Sanchez's Blog: The Ultimate Open Source Web Server Installation Part 1


Community Events











Don't see your event here?
Let us know!


code series unittest zendframework2 language introduction conference opinion framework tool testing release example development podcast object interview composer community functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework