Skip to content
Peter Hoeg edited this page Oct 9, 2012 · 3 revisions

Welcome to the PDT (PHP Deployment Tools) wiki!

Purpose

Make it easy to deploy PHP based projects. Just because circumstances dictate using PHP doesn't mean you can't use the power of ruby to make your life easier!

Platforms

  1. WordPress
  2. Magento
  3. MODx (WIP)

Dependencies

  1. Ruby
  2. Rake
  3. Bundler (saves a number of manual gem install invocations)
  4. Capistrano (have a look at the Gemfile)

Background

We have done a number of projects in PHP and needed a proper way to deploy them. Considering we use Capistrano for all our Rails projects it was obvious to use Capistrano again. We could of course also have used Vlad The Deployer, but considering we had experience with Capistrano that was the most obvious choice. If somebody feels like adding Vlad support, that would be great though.

Clone this wiki locally