<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Development Environment Archives - Pete Panel</title>
	<atom:link href="https://staging.deploypete.com/category/development-environment/feed/" rel="self" type="application/rss+xml" />
	<link>https://deploypete.com/category/development-environment/</link>
	<description>The fastest local-to-cloud environment for WordPress, Laravel, and modern PHP projects.</description>
	<lastBuildDate>Mon, 10 Jun 2024 22:30:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://staging.deploypete.com/wp-content/uploads/2020/09/cropped-PeteIconPro-32x32.png</url>
	<title>Development Environment Archives - Pete Panel</title>
	<link>https://deploypete.com/category/development-environment/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Create a WordPress + Laravel integration using a subdomain</title>
		<link>https://staging.deploypete.com/create-a-wordpress-laravel-integration-using-a-subdomain/</link>
					<comments>https://staging.deploypete.com/create-a-wordpress-laravel-integration-using-a-subdomain/#respond</comments>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Mon, 05 Dec 2022 16:36:33 +0000</pubDate>
				<category><![CDATA[Development Environment]]></category>
		<guid isPermaLink="false">https://staging.deploypete.com/?p=26703</guid>

					<description><![CDATA[<p>1. Make sure you have imported your site into WordPress Pete correctly. For this example, we will use the saveaplaya.org site 2. Lets browse to the Premium plugins section and let&#8217;s download the plugin, then we will install it on the site 3. Now we will activate the plugin and it is necessary to log [&#8230;]</p>
<p>The post <a href="https://staging.deploypete.com/create-a-wordpress-laravel-integration-using-a-subdomain/">Create a WordPress + Laravel integration using a subdomain</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>1. Make sure you have imported your site into WordPress Pete correctly. For this example, we will use the <a href="saveaplaya.org">saveaplaya.org</a> site</p>
<p>2. Lets browse to the Premium plugins section and let&#8217;s download the plugin, then we will install it on the site</p>
<p>3. Now we will activate the plugin and it is necessary to log out and log in again for the plugin to extend cookies to subdomains</p>
<p>4. We will make sure that we have the WordPress + Laravel plugin for WordPress Pete installed. You must have the standard license to be able to install this plugin</p>
<p><span>5. We will click o on the left menu tab on “WordPress + Laravel” and fill in the fields accordingly. For this example, we are going to do integration in a subdomain: <em><strong>dashboard.saveaplaya.petelocal.net</strong></em></span></p>
<p><span>6. Once the process has finished we can access the examples built-in within the Laravel app that allows you to access the WordPress code.</span></p>
<p>7. Check the code that has been used for each example and hack it to your needs.</p>
<p><span>8. It’s good practice to have a WordPress Pete installation for every major WordPress project you’re working on, so in this case, it’s called saveaplaya. </span><em><strong>Now is the time to get the best of both worlds and boost your development capacity by up to 10x with WordPress and Laravel.</strong></em></p>
<p>The post <a href="https://staging.deploypete.com/create-a-wordpress-laravel-integration-using-a-subdomain/">Create a WordPress + Laravel integration using a subdomain</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://staging.deploypete.com/create-a-wordpress-laravel-integration-using-a-subdomain/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create a WordPress + Laravel integration in the same domain</title>
		<link>https://staging.deploypete.com/create-a-wordpress-laravel-integration-in-the-same-domain/</link>
					<comments>https://staging.deploypete.com/create-a-wordpress-laravel-integration-in-the-same-domain/#respond</comments>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Mon, 05 Dec 2022 15:55:26 +0000</pubDate>
				<category><![CDATA[Development Environment]]></category>
		<guid isPermaLink="false">https://staging.deploypete.com/?p=26685</guid>

					<description><![CDATA[<p>1. Make sure you have imported your site into WordPress Pete correctly. For this example, we will use the saveaplaya.org site 2. We will make sure that we have the WordPress + Laravel plugin for WordPress Pete installed. You must have the standard license to be able to install this plugin 3. We will click o on [&#8230;]</p>
<p>The post <a href="https://staging.deploypete.com/create-a-wordpress-laravel-integration-in-the-same-domain/">Create a WordPress + Laravel integration in the same domain</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span>1. Make sure you have imported your site into WordPress Pete correctly. For this example, we will use the </span><a href="https://staging.deploypete.com/2022/12/05/create-a-wordpress-laravel-integration-using-a-subdomain/saveaplaya.org">saveaplaya.org</a><span> site</span></p>
<p>2. <span>We will make sure that we have the WordPress + Laravel plugin for WordPress Pete installed. You must have the <a href="/pricing">standard license</a> to be able to install this plugin</span></p>
<p><span>3. We will click o on the left menu tab on “WordPress + Laravel” and fill in the fields accordingly. For this example, we are going to do an integration in the same domain of an app called &#8220;dashboard&#8221;. The files of this Laravel app will be installed inside the WordPress folder</span></p>
<p>4. Once the process has finished you can access the examples built-in within the Laravel app that allows you to access the WordPress code. We make sure we are logged into the site</p>
<p>5. Check the code that has been used for each example and hack it to your needs.</p>
<p>6. It&#8217;s good practice to have a WordPress Pete installation for every major WordPress project you&#8217;re working on, so in this case, it&#8217;s called saveaplaya. <em><strong>Now is the time to get the best of both worlds and boost your development capacity by up to 10x with WordPress and Laravel.</strong></em></p>
<p>The post <a href="https://staging.deploypete.com/create-a-wordpress-laravel-integration-in-the-same-domain/">Create a WordPress + Laravel integration in the same domain</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://staging.deploypete.com/create-a-wordpress-laravel-integration-in-the-same-domain/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create a WordPress Pete file manually</title>
		<link>https://staging.deploypete.com/create-a-wordpress-pete-file-manually/</link>
					<comments>https://staging.deploypete.com/create-a-wordpress-pete-file-manually/#respond</comments>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 26 Nov 2020 17:15:07 +0000</pubDate>
				<category><![CDATA[Development Environment]]></category>
		<guid isPermaLink="false">https://staging.deploypete.com/?p=26014</guid>

					<description><![CDATA[<p>To create a WordPress Pete we need three files: the website folder, the database in a SQL file and the file config.txt For this example, we are going to create the WordPress Pete manually file for the nostalgiosity.com site. 1. We are going to use the file manager of Cpanel to download the website folder [&#8230;]</p>
<p>The post <a href="https://staging.deploypete.com/create-a-wordpress-pete-file-manually/">Create a WordPress Pete file manually</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h4>To create a WordPress Pete we need three files: the website folder, the database in a SQL file and the file config.txt</h4>
<p>For this example, we are going to create the WordPress Pete manually file for the nostalgiosity.com site.</p>
<p>1. We are going to use the file manager of Cpanel to download the website folder for nostalgiosity.</p>
<p>Create a folder with the name massive_file</p>
<p>Unzip the file and rename the folder with filem</p>
<p>Now go to phpmyadmin and export your site&#8217;s database in wordpress and rename the file to query.sql</p>
<p>Create a file named config.txt and has the following structure. it is important that where it says domain the current name of the site&#8217;s domain is specified</p>
<p>Now move everything to the massive_file folder and then compress it. you can compress in .zip or tar.gz format, for this example we will use the zip format</p>
<p>Now go to your WordPress Pete installation and import the file you just created.</p>
<p>The post <a href="https://staging.deploypete.com/create-a-wordpress-pete-file-manually/">Create a WordPress Pete file manually</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://staging.deploypete.com/create-a-wordpress-pete-file-manually/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Register your WordPress Pete</title>
		<link>https://staging.deploypete.com/register-your-wordpress-pete/</link>
					<comments>https://staging.deploypete.com/register-your-wordpress-pete/#respond</comments>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 13:58:43 +0000</pubDate>
				<category><![CDATA[Development Environment]]></category>
		<guid isPermaLink="false">https://staging.deploypete.com/?p=25781</guid>

					<description><![CDATA[<p>To register your Premium license of WordPress Pete Click here to go to the pricing page and click button “Buy Now” Below Premium License. 2. Once you have purchased the premium membership and have logged into your account. Click on the API Key Generator option that appears from the Dashboard in the upper menu and [&#8230;]</p>
<p>The post <a href="https://staging.deploypete.com/register-your-wordpress-pete/">Register your WordPress Pete</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>To register your Premium license of WordPress Pete Click <a href="/pricing">here</a> to go to the pricing page and click button “Buy Now” Below Premium License.</p>
<p><span style="font-weight: 400;">2. Once you have purchased the premium membership and have logged into your account. Click on the API Key Generator option that appears from the Dashboard in the upper menu and copy the key</span></p>
<ol start="3">
<li><span style="font-weight: 400;"> Browse to WordPress Pete installation URL and click the Register link located in the upper right and then insert the API Key with your registered email account.</span></li>
</ol>
<p>4.Once the license is registered you can install all the premium plugins.</p>
<p>The post <a href="https://staging.deploypete.com/register-your-wordpress-pete/">Register your WordPress Pete</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://staging.deploypete.com/register-your-wordpress-pete/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Migrate a WordPress site to WordPress Pete</title>
		<link>https://staging.deploypete.com/migrate-a-wordpress-site-to-wordpresspete/</link>
					<comments>https://staging.deploypete.com/migrate-a-wordpress-site-to-wordpresspete/#respond</comments>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Sat, 03 Nov 2018 12:48:04 +0000</pubDate>
				<category><![CDATA[Development Environment]]></category>
		<guid isPermaLink="false">https://staging.deploypete.com/?p=24919</guid>

					<description><![CDATA[<p>1.  Log into your WordPress Pete installation and click on the &#8220;Plugins&#8221; section. Then click the &#8220;Download Pete Converter&#8221; button. 2. Once you download the plugin, go to your WordPress admin panel and install it.  3. Go to the Pete Converter option on your admin and click on &#8220;Convert to Pete&#8221;. If you&#8217;re using MAMP [&#8230;]</p>
<p>The post <a href="https://staging.deploypete.com/migrate-a-wordpress-site-to-wordpresspete/">Migrate a WordPress site to WordPress Pete</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>1.  Log into your WordPress Pete installation and click on the &#8220;Plugins&#8221; section. Then click the &#8220;Download Pete Converter&#8221; button.</p>
<p>2. Once you download the plugin, go to your WordPress admin panel and install it. </p>
<p>3. Go to the Pete Converter option on your admin and click on &#8220;Convert to Pete&#8221;. If you&#8217;re using MAMP don&#8217;t forget to tick the checkbox below.</p>
<p>4. Wait until the exported zip file finishes downloading. Then go to your WordPress Pete installation and click on &#8220;Create New WordPress&#8221;</p>
<p>5. To import a site to WordPress Pete you must have installed the WordPress Importer plugin therefore it’s necessary to have the Premium version of WordPress Pete. Click <a href="https://staging.deploypete.com/2020/09/23/register-your-wodpress-pete-premium-license/">here</a> to learn how to register your WordPress Pete premium license.</p>
<p><span style="font-weight: 400;">6. Once you have registered the Premium License, click on Plugins in your WordPress Pete installation and install the WordPress Importer plugin then import the .zip or .tar.gz WordPress Pete format as shown below.</span></p>
<p>Note: In case you are using WordPress Pete in a production environment, make sure the domain or subdomain you are going to use is already pointing to the server IP where WordPress Pete is installed.</p>
<p>The post <a href="https://staging.deploypete.com/migrate-a-wordpress-site-to-wordpresspete/">Migrate a WordPress site to WordPress Pete</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://staging.deploypete.com/migrate-a-wordpress-site-to-wordpresspete/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Clone a WordPress site with WordPress Pete</title>
		<link>https://staging.deploypete.com/clone-a-wordpress-site-with-wordpresspete/</link>
					<comments>https://staging.deploypete.com/clone-a-wordpress-site-with-wordpresspete/#respond</comments>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Sat, 03 Nov 2018 12:12:47 +0000</pubDate>
				<category><![CDATA[Development Environment]]></category>
		<guid isPermaLink="false">https://staging.deploypete.com/?p=25043</guid>

					<description><![CDATA[<p>Feel the power of cloning WordPress sites with WordPress Pete. This process can take hours and a lot of pain, you can do it in WordPress Pete with a couple of clicks at the speed of light as shown below 1. Log in to WordPress Pete and click clone for this example we are using [&#8230;]</p>
<p>The post <a href="https://staging.deploypete.com/clone-a-wordpress-site-with-wordpresspete/">Clone a WordPress site with WordPress Pete</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Feel the power of cloning WordPress sites with WordPress Pete. This process can take hours and a lot of pain, you can do it in WordPress Pete with a couple of clicks at the speed of light as shown below</p>
<p>1. Log in to WordPress Pete and click clone for this example we are using the development environment we will use saveaplaya2.petelocal.net</p>
<p><strong>Important: <em>petelocal.net</em></strong> is our test domain for WordPress Pete development environment installations which means that all * AAA records are pointing to 127.0.0.1 which is the localhost. You can use all their subdomains for your tests in development</p>
<p>&nbsp;</p>
<p>2. For this example we will use the subdomain saveaplaya2.petelocal.net for the cloning of the site</p>
<p>3. Wait for the clone to run and you&#8217;re done. What can take you hours to do was done in a couple of clicks and in minutes with Pete&#8217;s powers</p>
<p><strong>Note:</strong> In case you are using WordPress Pete in a production environment make sure the domain or subdomain you are going to use is already pointing to the server IP where WordPress Pete is installed</p>
<p>The post <a href="https://staging.deploypete.com/clone-a-wordpress-site-with-wordpresspete/">Clone a WordPress site with WordPress Pete</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://staging.deploypete.com/clone-a-wordpress-site-with-wordpresspete/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create a local WordPress site with WordPress Pete for macOS</title>
		<link>https://staging.deploypete.com/create-a-local-wordpress-site-with-wordpresspete-for-macos/</link>
					<comments>https://staging.deploypete.com/create-a-local-wordpress-site-with-wordpresspete-for-macos/#respond</comments>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Sun, 07 Oct 2018 14:31:36 +0000</pubDate>
				<category><![CDATA[Development Environment]]></category>
		<guid isPermaLink="false">https://staging.deploypete.com/?p=24899</guid>

					<description><![CDATA[<p>1. Complete the installation guide for macOS by clicking here 2. Once you&#8217;ve logged in, click on &#8220;Create New WordPress&#8221; on the top right corner. 3. Now set the project&#8217;s name and URL. Then click on &#8220;Create&#8221;. 4. You should now see the page below. Then click on the URL that you chose for your site.</p>
<p>The post <a href="https://staging.deploypete.com/create-a-local-wordpress-site-with-wordpresspete-for-macos/">Create a local WordPress site with WordPress Pete for macOS</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>1. Complete the installation guide for macOS by clicking <strong><a href="/development-environment-installers/">here</a></strong></p>
<p>2. Once you&#8217;ve logged in, click on &#8220;Create New WordPress&#8221; on the top right corner.</p>
<p>3. Now set the project&#8217;s name and URL. Then click on &#8220;Create&#8221;.</p>
<p>4. You should now see the page below. Then click on the URL that you chose for your site.</p>
<p>The post <a href="https://staging.deploypete.com/create-a-local-wordpress-site-with-wordpresspete-for-macos/">Create a local WordPress site with WordPress Pete for macOS</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://staging.deploypete.com/create-a-local-wordpress-site-with-wordpresspete-for-macos/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
