Merge pull request #139 from zsuraski/gh-pages

Added Zend Server to list of Windows All-in-ones and Zend Developer Cloud to list of PaaS
This commit is contained in:
Phil Sturgeon
2012-07-26 03:17:20 -07:00
2 changed files with 4 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ installer. The installer is no longer supported and stops at PHP 5.3.0.
For learning and local development you can use the built in webserver with PHP 5.4 so you don't need to worry about configuring it. If you For learning and local development you can use the built in webserver with PHP 5.4 so you don't need to worry about configuring it. If you
would like an "all-in-one" which includes a full-blown webserver and MySQL too then tools such as the [Web Platform Installer][wpi], would like an "all-in-one" which includes a full-blown webserver and MySQL too then tools such as the [Web Platform Installer][wpi],
[XAMPP][xampp] and [WAMP][wamp] will help get a Windows development environment up and running fast. That said, these tools will be [Zend Server CE][zsce], [XAMPP][xampp] and [WAMP][wamp] will help get a Windows development environment up and running fast. That said, these tools will be
a little different from production so be careful of environment differences if you are working on Windows and deploying to Linux. a little different from production so be careful of environment differences if you are working on Windows and deploying to Linux.
If you need to run your production system on Windows then IIS7 will give you the most stable and best performance. You can use If you need to run your production system on Windows then IIS7 will give you the most stable and best performance. You can use
@@ -24,6 +24,7 @@ sounds tricky, but using [Vagrant][vagrant] you can set up simple wrappers, then
[php-downloads]: http://windows.php.net [php-downloads]: http://windows.php.net
[phpmanager]: http://phpmanager.codeplex.com/ [phpmanager]: http://phpmanager.codeplex.com/
[wpi]: http://www.microsoft.com/web/downloads/platform.aspx [wpi]: http://www.microsoft.com/web/downloads/platform.aspx
[zsce]: http://www.zend.com/en/products/server-ce/
[xampp]: http://www.apachefriends.org/en/xampp.html [xampp]: http://www.apachefriends.org/en/xampp.html
[wamp]: http://www.wampserver.com/ [wamp]: http://www.wampserver.com/
[php-iis]: http://php.iis.net/ [php-iis]: http://php.iis.net/

View File

@@ -29,3 +29,4 @@
* [AWS Elastic Beanstalk](http://aws.amazon.com/elasticbeanstalk/) * [AWS Elastic Beanstalk](http://aws.amazon.com/elasticbeanstalk/)
* [cloudControl](https://www.cloudcontrol.com/) * [cloudControl](https://www.cloudcontrol.com/)
* [Windows Azure](http://www.windowsazure.com/) * [Windows Azure](http://www.windowsazure.com/)
* [Zend Developer Cloud](http://www.phpcloud.com/develop)