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

Wenbert Del Rosario's Blog: Zend Framework: Making the Built-in Breadcrumb Helper Work

The Bakery: Deploying CakePHP with Capistrano

Freek Lijten's Blog: Git commit hooks using PHP

TotalPHP.com: Creating a text or csv file of information from your database

DevShed: Generating Web Pages with the Flyweight Pattern in PHP 5


Community Events











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


code database composer functional unittest phpunit introduction community interview example series zendframework2 framework language api development opinion podcast release testing

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