To start with i would like to say that Goggle App Engine is cool. You can build your own app's and post it online ( Free up-to 10) and use it personally or publicly.
Now lets get started with it.-
Download Google App Engine : download here
Chose your language of preference.
Install the application on your system.
I am using Ubuntu so i downloaded the zip file and extracted it into a folder. ( and installation complete)
I downloaded Python version of the app.
Next create a folder named 'helloworld'.
Create 2 files in it.
First file
'app.yaml'Now lets get started with it.-
Download Google App Engine : download here
Chose your language of preference.
Install the application on your system.
I am using Ubuntu so i downloaded the zip file and extracted it into a folder. ( and installation complete)
I downloaded Python version of the app.
Next create a folder named 'helloworld'.
Create 2 files in it.
application: helloworld version: 1runtime: python27api_version: 1threadsafe: true handlers:- url: /.* script: helloworld.app