php Part 2: Creating a Composer enabled PHP website on Windows Azure with Git deployment Introduction This is part 2 of a 2 part blog post. Read part 1 here. So in part 1, we've created a local Symfony2 PHP website that uses Composer to manage its packages.
php Part 1: Creating a Composer enabled PHP website on Windows Azure with Git deployment Introduction There is no doubt that Composer is a really cool dependency manager for PHP, sort of like NuGet for ASP.net, npm for Node.js and gems for Ruby. It makes the
php Installing PHP and Zend Extensions on Windows Azure Websites Introduction You are creating a PHP website on Windows Azure and need to install additional PHP extensions not provided by default (like MongoDB or IonCube), you’ve come to the right post. It
php Creating a LAMP Stack (Linux, Apache, MySQL, PHP) using tasksel on Windows Azure Introduction I’ve covered in my previous post how to create a LAMP stack on Windows Azure using the BitNami provided image. In this post, I’ll alternatively create the lamp stack using
php Creating a LAMP Stack (Linux, Apache, MySQL, PHP) from BitNami on Windows Azure Introduction In the previous post, I’ve shown you how to create a WIMP stack (Windows, IIS, MySQL, PHP) on a Windows Azure virtual machine. In this post, we’ll be creating a
php Creating a WIMP Stack (Windows Server, IIS, MySQL, PHP) on Windows Azure Introduction In this post, I'll take you through how you can create a WIMP stack (regardless of the name!) onto a Windows Azure VM really easy. I'm a guy who likes to configure