How to Install and Secure phpMyAdmin on Ubuntu 22.04 on GCP

phpMyAdmin was created so that users can interact with MySQL through a web interface. This guide will show you how to install and secure phpMyAdmin so that you can safely use it to manage your databases on an Ubuntu 22.04 system.

How to deploy a WordPress application into a compute engine virtual machine and serve it as a website from GCP

In this tutorial we:
i) Deployed a WordPress application into a virtual machine server;

ii) Configured a WordPress website on the cloud;

iii) Tested the deployed WordPress Website on a browser over the Internet

How to deploy a website code into a compute engine virtual machine and serve the website from GCP

What we accomplished in this tutorial

i) We cloned a website code from GitHub into a compute engine virtual machine on Google Cloud Platform (GCP);

ii) We viewed a web page from the virtual machine from a browser over the internet.

How to setup a GCP compute engine virtual machine instance and install Linux, Apache, MariaDB, PHP (LAMP) Stack on Ubuntu 22.04

This guide will show you how to set up a virtual machine and install a LAMP stack on an Ubuntu 22.04 server. It will also show you how to store data in a MariaDB relational database, retrieve the data and serve it on a web page.