News Feed
Jobs Feed
Sections




News Archive
Wojciech Sznapka's Blog:
Deploying Symfony2 applications with Ant
April 23, 2012 @ 10:54:04

In this new post Wojciech Sznapka shows you how to can set up an Apache Ant deployment for a basic Symfony2 application - including installation of vendor packages and assets.

When you have plenty of Symfony2 applications and you need to deploy them from time to time, you are probably sick of thinking about every activity you need to do for every deploy. Often people use some build scripts, which are hard to maintain and tends to be unreadable. I wanted to automate it as much as it possible and I've choosen Ant, to help me out.

An example build.xml file is included in the post that shows how to:

  • Pull the current code from git
  • Install vendor packages
  • Fix permissions for the log and cache directories
  • Clean up the cache
  • Dump/install any additional assets
0 comments voice your opinion now!
symfony2 application deployment apache ant


blog comments powered by Disqus

Similar Posts

Chris Hartjes' Blog: Where Are The Good Development Tools For PHP, Part II

Sandro Groganz's Blog: eZ develops PHP application server

Henrik Bjørnskov' Blog: Symfony2: Quick tip for your security configuration

DZone.com: Record and replay for testing of legacy PHP applications

Symfony Blog: Symfony2: Getting easier


Community Events











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


code database podcast development example language tool series conference testing composer interview zendframework2 object community functional introduction opinion framework release

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