News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
One-Step Symlink Switch
August 20, 2010 @ 10:03:39

Lorna Mitchell has a handy tip you can use in deploying your (linux-based) PHP applications - a one-step symlink switch that can make toggling between deployed versions of your code simple.

When I deploy an application, which is almost invariably a PHP application, I like to put a whole new version of the code alongside the existing one that is in use, and when everything is in place, simply switch between the two. As an added bonus, if the sky falls in when the new version goes live, the previous version is uploaded and ready to be put back into service.

The single command avoids having to remove a current symlink and recreate it, possibly causing issues if something happens in between. Instead she uses the "mv" (move) command to push the current symlink over to a new location. Reducing the process to one step also minimizes the risks of deployment.

0 comments voice your opinion now!
symlink switch deployment application


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: PHP Security Tip #19 (Securing Your Connection)

Kevin Schroeder's Blog: Connecting to the Zend Developer Cloud with PDT

php|architect: Hello PHP-GTK 2

Paul Jones' Blog: Comparing Benchmark Tools

SitePoint PHP Blog: Faster PHP Apps - Profile Your Code with Xdebug


Community Events











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


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

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