CS6320:  SW Engineering of Web Based Systems

 

Gcloud Tool Tips

 

Deploy application to GAE (or gae flexibile) using gcloud

Step 1: go to project directory on local machine

Step 2: gcloud app deploy

Step 3: invoke with URL for deployed app (go to console.google.com to look it up) --note: this can take minutes especially first time deploy

Step 4: Visit the following address to see your deployed app:

https://[YOUR_PROJECT_ID].appspot.com

here is a "hello world" app that I deployed from the NodeJS quickstart on GAE tutorial.



This is a screen shot of the Development interface of console.cloud.goole.com that shows the deployed code that was uploaded

     

    POTENTIAL PROBLEM: If you get the following problem you need to set the project



Go to the console.google.com and go to your project and settings and look up ID

 

Then type > gcloud config set project YOUR-PROJECT-ID

then you can try to redeploy

© Lynne Grewe