Posts

Showing posts from February, 2023

How to Install LAMP Stack on Google Cloud Platform [Ubuntu, Apache2, MySQL Server, PHP, PHP XML, phpmyadmin]

How to Install LAMP Stack on Google Cloud Platform If you're looking to run a web server or host a website, you'll need to install a LAMP stack on your server. A LAMP stack consists of four components: Linux, Apache, MySQL, and PHP. In this tutorial, we'll walk you through the steps to install a LAMP stack on a Google Cloud Platform instance. Create a new instance in Google Cloud Platform To get started, create a new instance in Google Cloud Platform. During the creation process, set up the boot disk to OS Ubuntu and SSD 20GB. You can set up a fixed IP in networking and also remember to allow HTTP traffic and HTTPS traffic in the Firewall section. Once you've set everything up, press the create button. Open SSH After the instance is created, open SSH by clicking on the SSH button on the right-hand side of the screen. This will open a terminal window in your web browser. Update The first thing you should do after logging into your instance is to update the package list. ...