News Feed
Jobs Feed
Sections




News Archive
Theme.fm:
Deploying WordPress with Capistrano
August 25, 2011 @ 12:14:18

In this recent post to Theme.fm they have a guide to deploying your WordPress site (or really any sort of PHP-driven site) with Capistrano. There's some WordPress specific bits in there, but it's a good overall guide to deployment with this handy tool.

I'm not a Capistrano expert (yet) and in this post I'll try to give you an overview how to set it up and how to deploy WordPress applications (websites) in seconds. We'll work with only one server today but the principles in deploying to two or more are pretty much the same.

He starts by introducing Capistrano and talking about some of the major benefits it can bring to you and your project (most importantly - simple deployments). The tutorial helps you install Capistrano and get it set up to work with your Github repository to pull the source. The WordPress specific bit has to do with configuration files and suggests an "if" check to see if there's local config first. Also included are the updates you'll need to make to the Capistrano config file and the commands to push the latest as well as rollback to your previous version.

0 comments voice your opinion now!
deployment capistrano wordpress tutorial configuration


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Working with Slim Middleware

Matthew Weier O'Phinney's Blog: Taming SplPriorityQueue

Mike Dalisay: Salt, Hash and Store Passwords Securely with Phpass

Stefan Mischook's Blog: Setting up an MVC structure with the Zend Framework - part 2

DevShed: Using Code Igniter to Enable Comments in a Blog Application


Community Events











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


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

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