Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 607 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 607 Bytes

Running a python app on Google Cloud Platform

  1. Create a new project in Google Cloud Platform

  2. Enable required Google Cloud API's

  3. Download Google Cloud SDK installer

  4. Launch the installer and follow the prompts

  5. Once installed, setup the Google Cloud SDK using gcloud init and continue with configurations

gcloud init
  1. Navigate to testGCP/helloWorld and use the following command:
gcloud deploy app.yaml