How to deploy a pre-built website from a code source into an EC2 web server on AWS

In this tutorial I will clone the codebase of a pre-built website from GitHub into an EC2 instance and serve the website files over the internet

How to setup an Amazon Elastic Compute Cloud instance and install Linux, Apache, MariaDB and PHP (LAMP Stack) on Amazon Linux 2023

This guide will show you how to set up an Amazon Elastic Compute Cloud (EC2) instance and install LAMP stack on an Amazon Linux 2023 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.

How to configure and host a static website on Google Cloud with Cloud  Storage

You can use your personal website to showcase your skills and portfolio of projects you have worked on. Google Cloud Storage (GCS) offers you a quick, easy and inexpensive way to host your static website.

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