Deploying Zend Framework With Apache ANT
I recently wrote a quick ANT script to deploy a personal Zend Framework project and thought I would share the code. If you are just getting started with Agile development, ANT builds/deployments are a great first step with immediate benefits. The following example is bare-bones, it does not run tests or do anything complicated but it should give you something that works and can be built upon.
For more ANT goodness check out my other posts: Deploying Drupal with ANT, CSS Cache Busting & Drupal, Using YUI Compressor with ANT.
Methodology
For my project I need ANT to do the following:
- Checkout From Subversion HEAD Or A Specific Revision Of The Project
- Remove Files That Should Not Go To Production (Documentation)
- Configure Zend For The Correct Environment
- Securely Transfer Code To Production Server
I think this is a very common use-case so… onto the code!
(more…)
Categories
- Announcements (1)
- CSS (2)
- JavaScript (5)
- Project Management (1)
- Zend Framework (3)
Recent Comments
- truedat on Installing Node.Js On OS X 10.6
- Benjamin on Installing Node.Js On OS X 10.6
- JQ on Installing Node.Js On OS X 10.6
- David Weinraub on Load Routes From Routes.ini Config File In Zend Application Bootstrap
- Benjamin on Installing Node.Js On OS X 10.6
- Benjamin on Installing Node.Js On OS X 10.6
- Karl Tiedt on Installing Node.Js On OS X 10.6
- Benjamin on Managing CSS and JavaScript files within a Zend Framework App – A Different Approach: View Plugin
