Saturday, June 21, 2008

Google App Engine

How I started up Google App Engine for the first time:

In /tmp/googleappengine [where I had unzipped SDK]
./dev_appserver.py /home/peter/appengine/helloworld/

Luckily, I already have Python 2.5.1 installed.
Also, /home/peer/appengine/helloworld/ is a directory with a valid YAML file.