It was a pain figuring out how to start the GAE development server. The official documentation makes it sound simple, but in reality it seems very finicky about paths. Here's what is working:
C:\Python25\python "C:\Program Files\Google\google_appengine\dev_appserver.py" --datastore_path=Z:/Users/john_beretz/temp/datastore Z:\Users\john_beretz\Documents\briefcase\Projects\GoogleAppEngine\winenotes
Another quirk: according to the documentation, I should be able to stop the service with Ctrl-C. While that does seem to stop the service, it doesn't do it gracefully: the whole thing just locks up.

No comments:
Post a Comment