Install web server dependencies
Once you've created your GCP VM and enabled access by adding your key to the metadata, you can configure your VM as a web server. Just as with development, start configuration by installing dependencies.
Perform the following steps to install dependencies on your GCP VM:
Update the apt package manager:
sudo apt update
Install Git:
sudo apt install git