Lab 6-Google App Engine-Deploying Your First App (PHP)
This document provides instructions for deploying a sample PHP "Hello World" application to Google App Engine. The steps include:
1. Creating a new Google Cloud Platform project to organize the application resources.
2. Building and running the "Hello World" app directly from Google Cloud Shell using the gcloud command.
3. Following a tutorial that demonstrates deploying the app, making it accessible online, and allowing experimentation or removal of the app.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
29 views
Lab 6-Google App Engine-Deploying Your First App (PHP)
This document provides instructions for deploying a sample PHP "Hello World" application to Google App Engine. The steps include:
1. Creating a new Google Cloud Platform project to organize the application resources.
2. Building and running the "Hello World" app directly from Google Cloud Shell using the gcloud command.
3. Following a tutorial that demonstrates deploying the app, making it accessible online, and allowing experimentation or removal of the app.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4
ME605 Cloud Engineering
LAB Sheet Week 6: Deploying your First App (PHP)
Name: ____________________________
Date: ______________ ______________
1. Deploying App Using Google App Engine
Deploying "Hello World"
a. Introduction This tutorial shows you how to deploy a sample PHP application to Google App Engine using the gcloud command.
Here are the steps you will be taking -
• Create a project Projects bundle code, VMs, and other resources together for easier development and monitoring. • Build and run your "Hello, world!" app You will learn how to deploy a PHP application directly from Google Cloud Shell, right in your browser using the gcloud command. • After the app... Your app will be real and you will be able to experiment with it after you deploy, or you can remove it and start fresh. b. Creating a new project To deploy a PHP application you need to first create a project. Google Cloud Platform organizes resources into projects. This allows you to collect all the related resources for a single application in one place. c. From the top right corner of your dashboard select ‘Create Project’ as shown in above Figure. d. Give your project name. e. Try App Engine and start the php guide through. f. The walk through tutorial will come on your right. Follow each step. At the end, you should be able to successfully deploy your new app. g. Demonstrate your new app to the Lab Tutor.