Hello World from OSS Silicon Valley


HowToUse/Python/2.7/GoogleAppEngine/1.9


_ Prerequisite

_ Install&Setup

Step.1
Install GoogleAppEngine SDK.

_ HowToUse

Step.1
Create app.yaml
$ mkdir <project directory>
$ cd <project directory>
$ vi app.yaml

You can refer sample here

Step.2
Create main.py
$ vi main.py

You can refer sample here

Step.3
Launch instance.
$ dev_appserver.py .

Then you can see the sample web site from http://localhost:8080

_ Author

S.Yatsuzuka