<?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>Production Environment Archives - Pete Panel</title>
	<atom:link href="https://staging.deploypete.com/category/production-environment/feed/" rel="self" type="application/rss+xml" />
	<link>https://deploypete.com/category/production-environment/</link>
	<description>The fastest local-to-cloud environment for WordPress, Laravel, and modern PHP projects.</description>
	<lastBuildDate>Thu, 08 Dec 2022 16:31:09 +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>Production Environment Archives - Pete Panel</title>
	<link>https://deploypete.com/category/production-environment/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Migrate your WordPress site to the cloud using WordPress Pete</title>
		<link>https://staging.deploypete.com/migrate-your-wordpress-site-to-the-cloud-using-wordpress-pete/</link>
					<comments>https://staging.deploypete.com/migrate-your-wordpress-site-to-the-cloud-using-wordpress-pete/#respond</comments>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Tue, 06 Dec 2022 21:07:08 +0000</pubDate>
				<category><![CDATA[Production Environment]]></category>
		<guid isPermaLink="false">https://staging.deploypete.com/?p=26801</guid>

					<description><![CDATA[<p>For this example we will use the domain peteteting.com which is pointing to a WordPress Pete installation. To see how to do this check out this tutorial: Point a domain to a WordPress Pete in production environment 1. Using the input file 1. Check that the domain you are going to use is pointing to [&#8230;]</p>
<p>The post <a href="https://staging.deploypete.com/migrate-your-wordpress-site-to-the-cloud-using-wordpress-pete/">Migrate your WordPress site to the cloud using WordPress Pete</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>For this example we will use the domain <strong><em>peteteting.com</em></strong> which is pointing to a WordPress Pete installation. To see how to do this check out this tutorial: <a href="/point-a-domain-to-a-wordpress-pete-in-production-environment/">Point a domain to a WordPress Pete in production environment</a></p>
<h2>1. Using the input file</h2>
<p>1. Check that the domain you are going to use is pointing to the IP of the WordPress Pete installation in production. The way to do this, and check that everything is ok, is to navigate to the domain and see Pete&#8217;s face.</p>
<p>2. Lets browse to the IP where the WordPress Pete is installed and click to the Import option on the left menu</p>
<p>2. Select the WordPress Pete file previously obtained through being exported from WordPress Pete or <a href="/plugins">Pete Converter plugin</a></p>
<p>3. Wait until the process is complete then browse to the domain you chose for your site. If you have the Divi theme it is possible that some styles appear broken, for this we share a small hack to fix this trick. Go to the Divi theme options and save the changes without doing anything and this will fix it</p>
<p>4. Refresh your site again and done!</p>
<h2>2. Using FileZilla (Recommended for big files)</h2>
<p>1. For this example, the Pete WordPress installation is hosted on the GCP, we must activate SSH access, which is disabled by default. We click on the SSH console to open in the browser</p>
<p>2. Once it is open we run the following commands to enable SSH access for the root user. Once it is open we run the following commands to enable SSH access for the root user. (<em>It is good security practice to enable this on a port other than 22. But we are not going to do this here because this is not a hardening tutorial</em>)</p>
<p><code><br />
sudo find /etc/ssh/sshd_config -type f -exec sed -i 's/#Port 22/Port 22/g' {} \;<br />
sudo find /etc/ssh/sshd_config -type f -exec sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/g' {} \;<br />
sudo find /etc/ssh/sshd_config -type f -exec sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' {} \;</p>
<p>echo -e "mypassword\nmypassword" | sudo passwd</p>
<p>sudo systemctl restart sshd<br />
</code></p>
<p>3. Now we open FileZilla and create an SFTP connection for the root user and us the password: mypassword  (<em>This is an example password, we recommend you change it in the previous command)</em></p>
<p>4. Once we log in we click on Sites which is a symlink to the /var/www/html folder</p>
<p>5. Now drag the file of Pete that you are going to import</p>
<p>6. Now go to WordPress Pete and check file path for large files and enter the path where you previously uploaded the file</p>
<p>The post <a href="https://staging.deploypete.com/migrate-your-wordpress-site-to-the-cloud-using-wordpress-pete/">Migrate your WordPress site to the cloud using 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-your-wordpress-site-to-the-cloud-using-wordpress-pete/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Point a domain to a WordPress Pete in production environment</title>
		<link>https://staging.deploypete.com/point-a-domain-to-a-wordpress-pete-in-production-environment/</link>
					<comments>https://staging.deploypete.com/point-a-domain-to-a-wordpress-pete-in-production-environment/#respond</comments>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Tue, 06 Dec 2022 17:48:11 +0000</pubDate>
				<category><![CDATA[Production Environment]]></category>
		<guid isPermaLink="false">https://staging.deploypete.com/?p=26765</guid>

					<description><![CDATA[<p>Let&#8217;s start by following the tutorial for installing WordPress Pete on Google Cloud Platform. Once you have installed WordPress Pete correctly go to the settings panel of your domain provider, for this example we will use a godaddy.com domain Use your domain provider&#8217;s DNS servers 1. Go to yout products and click in the domain [&#8230;]</p>
<p>The post <a href="https://staging.deploypete.com/point-a-domain-to-a-wordpress-pete-in-production-environment/">Point a domain to a WordPress Pete in production environment</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Let&#8217;s start by following the tutorial for installing <a href="/install-wordpress-on-google-cloud/">WordPress Pete on Google Cloud Platform.</a></p>
<p>Once you have installed WordPress Pete correctly go to the settings panel of your domain provider, for this example we will use a <a href="godaddy.com">godaddy.com</a> domain</p>
<h3>Use your domain provider&#8217;s DNS servers</h3>
<p>1. Go to yout products and click in the domain you want to point</p>
<p>2. Click on manage DNS</p>
<p>3. Point the A or AAA record to the IP server address where WordPress Pete is installed</p>
<p>Wait a few minutes while the DNS record is updated. Wait a few minutes while the DNS record is updated, the time will depend on the TTL</p>
<h3>Use a different DNS (Domain Name Server) than your domain provider </h3>
<p>For this example we are going to use the Cloud DNS service of <a href="cloud.google.com">Google Cloud Platform</a></p>
<p>1. Go to your GCP dashboard and search for the Cloud DNS service</p>
<p>2. Create a new DNS Zone</p>
<p>3. Then copy and paste the DNS servers assigned to your dns zone</p>
<p>4. Go to your domain dahsboard control and click to Manage DNS. Then click in change Name Servers</p>
<p>5. Copy and paste the DNS assigned to your dns zone</p>
<p>6. Then create the A record for blank and for www</p>
<p>7. Wait a few moments while the DNS records are updated and that&#8217;s it. The domain petetesting.com is pointing to the WordPress production environment</p>
<p>The post <a href="https://staging.deploypete.com/point-a-domain-to-a-wordpress-pete-in-production-environment/">Point a domain to a WordPress Pete in production environment</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://staging.deploypete.com/point-a-domain-to-a-wordpress-pete-in-production-environment/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
