{"id":6523,"date":"2021-10-06T11:03:58","date_gmt":"2021-10-06T11:03:58","guid":{"rendered":"https:\/\/elementor.com\/academy\/?p=6523"},"modified":"2023-02-21T09:41:10","modified_gmt":"2023-02-21T09:41:10","slug":"wordpress-dev-environments","status":"publish","type":"post","link":"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/","title":{"rendered":"How to Choose the Right WordPress Development Environment"},"content":{"rendered":"\n<p>Working on your WordPress site without worrying about bandwidth and resources is important. You don\u2019t want to waste your <a href=\"https:\/\/elementor.com\/blog\/wordpress-hosting-elementor\/\">hosting server\u2019s resources<\/a> on developing your site (at least until the staging part of the process). A WordPress development environment is the answer, and it can be easy to set up.<\/p>\n\n\n\n<p>For this lesson, we will show you the different types of WordPress development environments, and help you choose the right one. First, let\u2019s go into what a development environment is.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is a WordPress Development Environment?<\/h2>\n\n\n\n<p>A WordPress development environment can also be called a \u2018dev tool\u2019, a \u2018local dev environment\u2019, and many other names. In short, this tool lets you \u2018spin up\u2019 a WordPress website on your computer without the need for a dedicated hosting server.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"736\" src=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1024,h=1024\/academy\/wp-content\/uploads\/2021\/10\/local-environment-1024x736.png\" alt=\"\" class=\"wp-image-6530\" srcset=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1024\/academy\/wp-content\/uploads\/2021\/10\/local-environment-1024x736.png 1024w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=300\/academy\/wp-content\/uploads\/2021\/10\/local-environment-300x216.png 300w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=768\/academy\/wp-content\/uploads\/2021\/10\/local-environment-768x552.png 768w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1536\/academy\/wp-content\/uploads\/2021\/10\/local-environment-1536x1104.png 1536w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=2048\/academy\/wp-content\/uploads\/2021\/10\/local-environment-2048x1472.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Often, a tool will include most of the functionality you need to work on your site. For example, you\u2019ll find a database manager, emulated email server, and much more. You are also able to create a virtual server to your own specifications. This is helpful if you want to match your local environment to the \u2018specs\u2019 of the live server (which is a good idea).<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=840,h=603\/academy\/wp-content\/uploads\/2021\/10\/server-settings-1024x736.png\" alt=\"\" class=\"wp-image-6531\" width=\"840\" height=\"603\" srcset=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1024\/academy\/wp-content\/uploads\/2021\/10\/server-settings-1024x736.png 1024w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=300\/academy\/wp-content\/uploads\/2021\/10\/server-settings-300x216.png 300w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=768\/academy\/wp-content\/uploads\/2021\/10\/server-settings-768x552.png 768w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1536\/academy\/wp-content\/uploads\/2021\/10\/server-settings-1536x1104.png 1536w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=2048\/academy\/wp-content\/uploads\/2021\/10\/server-settings-2048x1472.png 2048w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/figure>\n\n\n\n<p>It\u2019s the ideal test bed for both learning about and <a href=\"https:\/\/developers.elementor.com\/\">developing for WordPress<\/a>, because there\u2019s no risk. If there is an issue with your installation that you can\u2019t fix, you can delete it and create a new one. What\u2019s more, you can have as many environments on your computer as necessary.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><span style=\"font-size: inherit\">Local development environments are an ideal test bed with no risks to your project or business.<\/span><\/p>\n<\/blockquote>\n\n\n\n<p>If there is an issue with your installation that you can\u2019t fix, you can delete it and create a new one. What\u2019s more, you can have as many environments on your computer as necessary.<\/p>\n\n\n\n<p>However, choosing a solution can take time. Next, we\u2019ll show you some of the available solutions across three categories.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Choose the Right WordPress Development Environment<\/h2>\n\n\n\n<p>WordPress development environments get split into three categories. Over the next few sections, we\u2019ll break them down and offer solutions for each.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Graphical User Interface (GUI) Apps<\/h3>\n\n\n\n<p>Much like other desktop apps, a GUI tool wraps a visual interface around the underlying functionality. This means you\u2019ll be able to use the app in a familiar way to others on your computer.<\/p>\n\n\n\n<p>There are plenty of positives we can note here:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You often have a rapid setup process for an individual site. With some solutions, there is almost a one-click setup.<\/li>\n\n\n\n<li>The app takes care of the configuration of your environments under the hood, which means you can keep creating without worrying about technical maintenance.<\/li>\n\n\n\n<li>It\u2019s straightforward to tear down and create environments on the spot, and to manage and organize them.<\/li>\n<\/ul>\n\n\n\n<p>The trade off here is that if something goes wrong, you\u2019ll have less knowledge on how to fix it. Of course, this is the danger with every app, but if you have an issue due to an update or other technical problem, it will slow down your progress and workflow.<\/p>\n\n\n\n<p>Despite the benefits of GUI apps, there aren\u2019t too many on the market. Though, the tools we <em>do<\/em> have are quality. For example, the first solution is <a href=\"http:\/\/desktopserver.com\/\">DesktopServer<\/a>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"960\" height=\"766\" src=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1024,h=1024\/academy\/wp-content\/uploads\/2021\/10\/desktopserver.png\" alt=\"\" class=\"wp-image-6527\" srcset=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=960\/academy\/wp-content\/uploads\/2021\/10\/desktopserver.png 960w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=300\/academy\/wp-content\/uploads\/2021\/10\/desktopserver-300x239.png 300w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=768\/academy\/wp-content\/uploads\/2021\/10\/desktopserver-768x613.png 768w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/><\/figure>\n\n\n\n<p>This has lots of functionality under the hood, does everything you require to build sites on your computer.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"744\" src=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1024,h=1024\/academy\/wp-content\/uploads\/2021\/10\/local-by-flywheel-1024x744.png\" alt=\"\" class=\"wp-image-6529\" srcset=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1024\/academy\/wp-content\/uploads\/2021\/10\/local-by-flywheel-1024x744.png 1024w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=300\/academy\/wp-content\/uploads\/2021\/10\/local-by-flywheel-300x218.png 300w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=768\/academy\/wp-content\/uploads\/2021\/10\/local-by-flywheel-768x558.png 768w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1536\/academy\/wp-content\/uploads\/2021\/10\/local-by-flywheel-1536x1116.png 1536w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1638\/academy\/wp-content\/uploads\/2021\/10\/local-by-flywheel.png 1638w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><a href=\"https:\/\/localbyflywheel.com\">Local by Flywheel<\/a> is a major player, and uses \u2018container\u2019 technology to provide virtual local environments. While this is beyond the scope of the article, know that containers offer a way to work on your site without affecting the rest of your computer. This helps security, safety, and performance.<\/p>\n\n\n\n<p>What\u2019s more, because the developers are the hosting company Flywheel, you can connect either that or your WP Engine account and push your site to your live server with a few clicks. It\u2019s a top-notch feature that adds a measure of quality to the tool.<\/p>\n\n\n\n<p>The same can be said for <a href=\"https:\/\/kinsta.com\/devkinsta\/\">DevKinsta<\/a>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"331\" src=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1024,h=1024\/academy\/wp-content\/uploads\/2021\/10\/devkinsta-1024x331.png\" alt=\"\" class=\"wp-image-6528\" srcset=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1024\/academy\/wp-content\/uploads\/2021\/10\/devkinsta-1024x331.png 1024w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=300\/academy\/wp-content\/uploads\/2021\/10\/devkinsta-300x97.png 300w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=768\/academy\/wp-content\/uploads\/2021\/10\/devkinsta-768x248.png 768w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1536\/academy\/wp-content\/uploads\/2021\/10\/devkinsta-1536x496.png 1536w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=2048\/academy\/wp-content\/uploads\/2021\/10\/devkinsta-2048x662.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>This is a similar proposition to Local by Flywheel, in that it\u2019s a free tool to develop WordPress websites, and push it to your Kinsta server within seconds. DevKinsta is a newer solution than the others, and it is still developing its feature set.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. \u2018Stack-Based\u2019 Apps<\/h3>\n\n\n\n<p>Before GUI apps were a thing, stack-based apps represented the only way to work on local web development in a streamlined way.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>A stack is a collection of services and technologies that connect to provide the whole internet experience. <\/p>\n<\/blockquote>\n\n\n\n<p>In this context, a stack is a collection of services and technologies that connect to provide the whole internet experience. The typical elements are as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The Operating System (OS).<\/li>\n\n\n\n<li>A server type.<\/li>\n\n\n\n<li>A database management system.<\/li>\n\n\n\n<li>The coding or scripting language that runs on the server.<\/li>\n<\/ul>\n\n\n\n<p>Users enjoy these types of apps for a few reasons:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You can customize the entire stack to your liking, and use the services most representative of your goals.<\/li>\n\n\n\n<li>A stack-based app is easy to use (although not as simple as GUI apps). What\u2019s more, you can bolt on further functionality through extensions or other installs.<\/li>\n<\/ul>\n\n\n\n<p>The customizable benefits also provide a few drawbacks:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Because you have to install the elements you need, there is some work involved to make them all play nice together. This can bring about errors or other concerns that you\u2019ll need to tend to.<\/li>\n\n\n\n<li>Stack-based apps aren\u2019t as intuitive as GUI apps, and require a bit more technical knowledge to operate.<\/li>\n\n\n\n<li>A stack app often runs on a certain server type (Apache). While it\u2019s not important to know what this means right now, you should understand that lots of servers also use a different type of server structure (Nginx), and that choice could be important down the line.<\/li>\n<\/ul>\n\n\n\n<p>When it comes to solutions, you\u2019ll see similar sounding names across the board and often will vary with the OS: MAMP, LAMP, and WAMP. You can break them down as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Either the macOS, Linux, or Windows OSs.<\/li>\n\n\n\n<li>The Apache server.<\/li>\n\n\n\n<li>A MySQL or MariaDB database.<\/li>\n\n\n\n<li>The PHP scripting language interpreter.<\/li>\n<\/ul>\n\n\n\n<p>In many cases, your choice depends on your computer\u2019s OS \u2013 Windows users will use WAMP, Linux users will use LAMP, and MAMP for Mac users. However, there is one cross-platform and well-specified solution that has a slightly different name: <a href=\"https:\/\/www.apachefriends.org\/download.html\">XAMPP<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"597\" src=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1024,h=1024\/academy\/wp-content\/uploads\/2021\/10\/xampp-1024x597.png\" alt=\"\" class=\"wp-image-6499\" srcset=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1024\/academy\/wp-content\/uploads\/2021\/10\/xampp-1024x597.png 1024w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=300\/academy\/wp-content\/uploads\/2021\/10\/xampp-300x175.png 300w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=768\/academy\/wp-content\/uploads\/2021\/10\/xampp-768x448.png 768w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1536\/academy\/wp-content\/uploads\/2021\/10\/xampp-1536x896.png 1536w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=2048\/academy\/wp-content\/uploads\/2021\/10\/xampp.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>This is Cross-Platform (\u201cX\u201d), and uses the Apache server, a MariaDB database, and interpreters for the PHP and Perl languages.<\/p>\n\n\n\n<p>While each solution is different and unconnected by development teams, they <em>are<\/em> similar in functionality. XAMPP has a large user base, and as such, it\u2019s a common option for stack-based apps.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Command-Line Solutions<\/h3>\n\n\n\n<p>The final type of WordPress development environment runs through the command line. For the unaware, you use a Terminal or Command Prompt shell to input commands, rather than click through a GUI.<\/p>\n\n\n\n<p>Lots of developers like using the command line as it\u2019s a comfortable and familiar environment for them. With the advent of container technology such as Docker and Vagrant, there is more scope to produce a development tool that uses the command line.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Lots of developers like using the command line as it\u2019s a comfortable and familiar environment for them. <\/p>\n<\/blockquote>\n\n\n\n<p>The major solution here is <a href=\"http:\/\/varyingvagrantvagrants.org\/\">Varying Vagrant Vagrants<\/a>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"552\" src=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1024,h=1024\/academy\/wp-content\/uploads\/2021\/10\/vvv-tool-1024x552.png\" alt=\"\" class=\"wp-image-6533\" srcset=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1024\/academy\/wp-content\/uploads\/2021\/10\/vvv-tool-1024x552.png 1024w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=300\/academy\/wp-content\/uploads\/2021\/10\/vvv-tool-300x162.png 300w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=768\/academy\/wp-content\/uploads\/2021\/10\/vvv-tool-768x414.png 768w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1536\/academy\/wp-content\/uploads\/2021\/10\/vvv-tool-1536x828.png 1536w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1784\/academy\/wp-content\/uploads\/2021\/10\/vvv-tool.png 1784w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>It\u2019s a \u2018wrapper\u2019 for a Vagrant container (hence the name), and you invoke the app through the command line. Though, once it\u2019s running, you work within the browser using a dedicated dashboard:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"568\" src=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1024,h=1024\/academy\/wp-content\/uploads\/2021\/10\/vvv-dashboard-1024x568.png\" alt=\"\" class=\"wp-image-6532\" srcset=\"https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1024\/academy\/wp-content\/uploads\/2021\/10\/vvv-dashboard-1024x568.png 1024w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=300\/academy\/wp-content\/uploads\/2021\/10\/vvv-dashboard-300x166.png 300w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=768\/academy\/wp-content\/uploads\/2021\/10\/vvv-dashboard-768x426.png 768w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=1536\/academy\/wp-content\/uploads\/2021\/10\/vvv-dashboard-1536x851.png 1536w, https:\/\/elementor.com\/cdn-cgi\/image\/f=auto,w=2048\/academy\/wp-content\/uploads\/2021\/10\/vvv-dashboard-2048x1135.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>At this point, the process is similar to other development environments. As such, there are similar pros to other tools:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You can work with a GUI dashboard to access WordPress installs.<\/li>\n\n\n\n<li>VVV offers lots of functionality for your sites out of the box, more so than stack-based apps.<\/li>\n\n\n\n<li>Once you understand how to create and delete sites, managing them is straightforward.<\/li>\n<\/ul>\n\n\n\n<p>The command line approach does offer some cons too. You\u2019ll need to be familiar with using the command line and Terminal shell. You also need to understand the file structures and languages used within VVV. What\u2019s more, the number of moving parts (such as the container software, WordPress, server, database, and more) means you could become bogged down due to a problem with your installation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">In Summary<\/h2>\n\n\n\n<p>On the whole, you may not want to opt for a command line development environment, unless you\u2019re comfortable using your Terminal. In contrast, a GUI solution is great, because most of the heavy lifting is done for you. We recommend you choose a GUI app as your local environment tool for this reason. Though, XAMPP is also a great choice \u2013 albeit with a few extra steps to get everything set up.<\/p>\n\n\n\n<p>That\u2019s everything for this lesson. Join us in the next one where we will help you set up your chosen app!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Working on your WordPress site without worrying about bandwidth and resources is important. You don\u2019t want to waste your hosting server\u2019s resources on developing your site (at least until the staging part of the process). A WordPress development environment is the answer, and it can be easy to set up. For this lesson, we will [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":6897,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[28],"tags":[],"class_list":["post-6523","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-setting-up"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Choose the Right WordPress Development Environment | Elementor<\/title>\n<meta name=\"description\" content=\"For this lesson, we will show you the different types of WordPress development environments, and help you choose the right one.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Choose the Right WordPress Development Environment | Elementor\" \/>\n<meta property=\"og:description\" content=\"For this lesson, we will show you the different types of WordPress development environments, and help you choose the right one.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/\" \/>\n<meta property=\"og:site_name\" content=\"Academy\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-06T11:03:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-21T09:41:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/elementor.com\/academy\/wp-content\/uploads\/2021\/10\/8devenvironment.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"nofarS\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"nofarS\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Choose the Right WordPress Development Environment | Elementor","description":"For this lesson, we will show you the different types of WordPress development environments, and help you choose the right one.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/","og_locale":"en_US","og_type":"article","og_title":"How to Choose the Right WordPress Development Environment | Elementor","og_description":"For this lesson, we will show you the different types of WordPress development environments, and help you choose the right one.","og_url":"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/","og_site_name":"Academy","article_published_time":"2021-10-06T11:03:58+00:00","article_modified_time":"2023-02-21T09:41:10+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/elementor.com\/academy\/wp-content\/uploads\/2021\/10\/8devenvironment.jpg","type":"image\/jpeg"}],"author":"nofarS","twitter_card":"summary_large_image","twitter_misc":{"Written by":"nofarS","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/"},"author":{"name":"nofarS","@id":"https:\/\/elementor.com\/academy\/#\/schema\/person\/d117e0fb6de1bb555cd1eb8442843a90"},"headline":"How to Choose the Right WordPress Development Environment","datePublished":"2021-10-06T11:03:58+00:00","dateModified":"2023-02-21T09:41:10+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/"},"wordCount":1479,"publisher":{"@id":"https:\/\/elementor.com\/academy\/#organization"},"image":{"@id":"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/#primaryimage"},"thumbnailUrl":"https:\/\/elementor.com\/academy\/wp-content\/uploads\/2021\/10\/8devenvironment.jpg","articleSection":["Get Started With WordPress"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/","url":"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/","name":"How to Choose the Right WordPress Development Environment | Elementor","isPartOf":{"@id":"https:\/\/elementor.com\/academy\/#website"},"primaryImageOfPage":{"@id":"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/#primaryimage"},"image":{"@id":"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/#primaryimage"},"thumbnailUrl":"https:\/\/elementor.com\/academy\/wp-content\/uploads\/2021\/10\/8devenvironment.jpg","datePublished":"2021-10-06T11:03:58+00:00","dateModified":"2023-02-21T09:41:10+00:00","description":"For this lesson, we will show you the different types of WordPress development environments, and help you choose the right one.","breadcrumb":{"@id":"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/academy\/wordpress-dev-environments\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/#primaryimage","url":"https:\/\/elementor.com\/academy\/wp-content\/uploads\/2021\/10\/8devenvironment.jpg","contentUrl":"https:\/\/elementor.com\/academy\/wp-content\/uploads\/2021\/10\/8devenvironment.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/academy\/wordpress-dev-environments\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Elementor","item":"https:\/\/elementor.com\/"},{"@type":"ListItem","position":2,"name":"Academy","item":"https:\/\/elementor.com\/academy\/"},{"@type":"ListItem","position":3,"name":"Wordpress Essentials","item":"https:\/\/elementor.com\/academy\/wordpress\/"},{"@type":"ListItem","position":4,"name":"Get Started With WordPress","item":"https:\/\/elementor.com\/academy\/wordpress\/setting-up\/"},{"@type":"ListItem","position":5,"name":"How to Choose the Right WordPress Development Environment"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/academy\/#website","url":"https:\/\/elementor.com\/academy\/","name":"Elementor Academy","description":"Page Builder for WordPress","publisher":{"@id":"https:\/\/elementor.com\/academy\/#organization"},"alternateName":"https:\/\/elementor.com\/academy\/wp-content\/uploads\/2021\/02\/Elementor-Logo.png","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/academy\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/elementor.com\/academy\/#organization","name":"Elementor Academy","alternateName":"https:\/\/elementor.com\/academy\/wp-content\/uploads\/2021\/02\/Elementor-Logo.png","url":"https:\/\/elementor.com\/academy\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elementor.com\/academy\/#\/schema\/logo\/image\/","url":"https:\/\/elementor.com\/academy\/wp-content\/uploads\/2022\/11\/e-logo.svg","contentUrl":"https:\/\/elementor.com\/academy\/wp-content\/uploads\/2022\/11\/e-logo.svg","width":490,"height":85,"caption":"Elementor Academy"},"image":{"@id":"https:\/\/elementor.com\/academy\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/elementor.com\/academy\/#\/schema\/person\/d117e0fb6de1bb555cd1eb8442843a90","name":"nofarS","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elementor.com\/academy\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f0f7d32dae098853d3fc27ad0efe08cd54c832617d70cf9d3303f1386f9b42b7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f0f7d32dae098853d3fc27ad0efe08cd54c832617d70cf9d3303f1386f9b42b7?s=96&d=mm&r=g","caption":"nofarS"},"url":"https:\/\/elementor.com\/academy\/author\/nofars\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/academy\/wp-json\/wp\/v2\/posts\/6523","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/academy\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/academy\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/academy\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/academy\/wp-json\/wp\/v2\/comments?post=6523"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/academy\/wp-json\/wp\/v2\/posts\/6523\/revisions"}],"predecessor-version":[{"id":9297,"href":"https:\/\/elementor.com\/academy\/wp-json\/wp\/v2\/posts\/6523\/revisions\/9297"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/elementor.com\/academy\/wp-json\/wp\/v2\/media\/6897"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/academy\/wp-json\/wp\/v2\/media?parent=6523"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/academy\/wp-json\/wp\/v2\/categories?post=6523"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/academy\/wp-json\/wp\/v2\/tags?post=6523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}