Tuesday 19 September 2017

XAMPP vs MAMP vs Local vs DesktopServer: A Comparison Guide to Local Dev Environments


An easy-to-use local testing server is one of the most important tools in a WordPress developer’s utility belt1. Developing in a local environment lets you make changes to dev sites quickly and easily without having to transfer files anywhere and greatly reduces the risk of making breaking changes on a live server. While many computers are capable of hosting a WordPress site without needing to install any extra packages, there are a few advantages that a dedicated local development environment can offer. For example: most devs work on more than one project, so it’s extremely helpful to be able to quickly spin up new environments with dedicated urls.
If you’re developing something like a WordPress theme or plugin, it’s also often necessary to make sure that your code runs well on different servers, under different versions of PHP and MySQL. Being able to switch those on the fly or at least select different configs for different dev sites is extremely helpful.
Most of all though, you shouldn’t have to be a sysadmin in order to be able to spin up, maintain, and tear down development environments on your local machine, so we need something that’s easy
Source: https://managewp.org/articles/16138/xampp-vs-mamp-vs-local-vs-desktopserver-a-comparison-guide-to-local-dev-environments




source https://williechiu40.wordpress.com/2017/09/19/xampp-vs-mamp-vs-local-vs-desktopserver-a-comparison-guide-to-local-dev-environments/

No comments:

Post a Comment