-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Peter Hoeg edited this page Oct 9, 2012
·
3 revisions
Welcome to the PDT (PHP Deployment Tools) wiki!
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!
- WordPress
- Magento
- MODx (WIP)
- Ruby
- Rake
- Bundler (saves a number of manual
gem install
invocations) - Capistrano (have a look at the Gemfile)
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.