From 757c382066c0fb9d545b2ac340bc131519b4b42c Mon Sep 17 00:00:00 2001 From: Chris Hartjes Date: Wed, 25 Nov 2015 14:44:22 -0500 Subject: [PATCH] Added a link to Chris Tankersley's blog post about what tools he uses to do PHP dev work on Windows --- _posts/01-05-01-Windows-Setup.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_posts/01-05-01-Windows-Setup.md b/_posts/01-05-01-Windows-Setup.md index 9265acf..46990fb 100644 --- a/_posts/01-05-01-Windows-Setup.md +++ b/_posts/01-05-01-Windows-Setup.md @@ -21,6 +21,8 @@ Generally running your application on different environment in development and p live. If you are developing on Windows and deploying to Linux (or anything non-Windows) then you should consider using a Virtual Machine. This sounds tricky, but using [Vagrant][vagrant] you can set up simple wrappers, then using [Puppet][puppet] or [Chef][chef] you can provision these boxes and share them with your colleagues to ensure you're all working on the same stack. More on this soon. +Chris Tankersley has a very helpful blog post on what tools he uses to do [PHP development using Windows][windows-tools]. + [php-downloads]: http://windows.php.net [phpmanager]: http://phpmanager.codeplex.com/ [wpi]: http://www.microsoft.com/web/downloads/platform.aspx @@ -29,4 +31,5 @@ sounds tricky, but using [Vagrant][vagrant] you can set up simple wrappers, then [php-iis]: http://php.iis.net/ [vagrant]: http://vagrantup.com/ [puppet]: http://www.puppetlabs.com/ -[chef]: http://www.opscode.com/ \ No newline at end of file +[chef]: http://www.opscode.com/ +[windows-tools]: http://ctankersley.com/2015/07/01/developing-on-windows/