How to Install WordPress Pete on Google Cloud

  • Log in to Google Cloud Console

  • Navigate to VM Instances

    • From the main menu, select Compute Engine → VM instances.

  • Create a New VM Instance

    • Click the Create Instance button.

  • Configure Your VM

    • Enter a clear and descriptive name for your instance.

    • Under Machine configuration, choose the machine type (E2 series is recommended for this tutorial).

  • Set Operating System and Storage

    • Under Boot disk, click Change.

    • Select Ubuntu as the OS, version 24.04 LTS.

    • Set the disk size to at least 30 GB, then click Select.

  • Configure Network Settings

    • Under Firewall, ensure both Allow HTTP traffic and Allow HTTPS traffic checkboxes are selected.

  • Create the VM

    • Click Create at the bottom of the page to provision your new virtual machine.

  • Access VM via SSH

    • Wait for GCP to finish provisioning the VM.

    • Once provisioned, click the SSH button next to your VM instance to open a secure browser-based terminal.

  • Run the WordPress Pete Installation Script

    • In your SSH terminal, copy and paste the WordPress Pete installation command:

curl -o pete10-4-stand-alone.sh -L https://wordpresspete.com/pete10-4-stand-alone.sh && chmod 755 pete10-4-stand-alone.sh && sudo ./pete10-4-stand-alone.sh

Access Your WordPress Pete Instance

  • Once installed, copy your VM’s public IP address from the VM Instances page.

  • Open your browser and paste this IP address starting with http:// (initial access does not use HTTPS).

  • You should now see your WordPress Pete environment up and running.

Tutorials

Create a WordPress + Laravel integration using a subdomain

Create a WordPress + Laravel integration using a subdomain

1. Make sure you have imported your site into WordPress Pete correctly. For this example, we will use the saveaplaya.org site2. Lets browse to the Premium plugins section and let's download the plugin, then we will install it on the site3. Now we will activate the...

read more
Create a WordPress + Laravel integration in the same domain

Create a WordPress + Laravel integration in the same domain

1. Make sure you have imported your site into WordPress Pete correctly. For this example, we will use the saveaplaya.org site2. 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...

read more

Create a WordPress Pete file manually

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...

read more
Register your WordPress Pete

Register your WordPress Pete

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...

read more