/testGCP

Running a python app on Google Cloud Platform

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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