Exercise 4
Exercise 4
953622104029
EXERCISE - 04
USE THE GAE LAUNCHER TO LAUNCH THE WEB APPLICATIONS
Aim:
To find the procedure to configure Google App Engine. Create a hello world app and other
simple web applications using python/java.
Software Requirements:
GoogleCloudSDKInstaller
Steps/ Procedure:
1
HARINI P
953622104029
4. Choose the account that you want to use for this configuration.
6. In your browser, log in to your Google user account when prompted and click Allow to
grant permission to access Google Cloud resources.
2
HARINI P
953622104029
7. Go to google cloud console, Create a new project.
8. Enable billing for the project created by giving card details. Billing ->
Manage Billing Accounts -> Add Billing Account.
3
HARINI P
953622104029
10. Create application by choosing region.
12. Enter the following commands to download a copy (clone) of a Git repository from GitHub
to your local machine and to navigate into the directory inside the cloned repository.
4
HARINI P
953622104029
13. Deploy the application using command “gcloud app deploy”.
14. Open the deployed Google App Engine application in a web browser by
using the command “gcloud app browse”.
5
HARINI P
953622104029
16. Create three files such as main python file for web application, yaml file for App Engine
configuration and a text file which contains configuration.
App.yaml:
Main.py:
6
HARINI P
953622104029
Requirements.txt
17. In shell navigate to the folder which contains three files using command “cd <path>”.
7
HARINI P
953622104029
RESULT:
Thus the, static web page application was created, launched and tested in google
app engine.
PERFORMANCE (25)
RECORD (15)
TOTAL (50)