Yesterday we learned how to create a simple Hello World app on https://www.programmerfish.com/category/app-engine-google/' target='_blank'>App Engine and deploy it
on the local web server that comes with https://www.programmerfish.com/category/app-engine-google/' target='_blank'>App Engine SDK. Read that tutorial here.
Now, once your app is complete, how to deploy it in the Cloud so that you can show it to the world!
First Step:
1) Create a Google account
2) Goto https://appengine.google.com and login
3) Click Create Application.
4) Select your country and enter your mobile number.
Cloud Computing is a buzz word now and every developer MUST know how to program and deploy on the Cloud be it Google’s https://www.programmerfish.com/category/app-engine-google/' target='_blank'>App Engine or Microsoft’s https://www.programmerfish.com/category/windows-azure-microsoft/' target='_blank'>Azure or Amazon’s EC2. Here is a very simple tutorial on how to create Hello World (traditionally the very first app we write on anything new we learn) on https://www.programmerfish.com/category/app-engine-google/' target='_blank'>App Engine.
Since it took me some time figuring out a some details which were very vaguely defined on the official text-tutorial on Google Code, so I thought of explaining it to the very minute detail for all the starters out there.
Step One (Get the Essentials):
Download Python Release 2.5.4
Download Google https://www.programmerfish.com/category/app-engine-google/' target='_blank'>App Engine SDK