github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/server/appengine/README (about) 1 We typically just use the "devcam appengine" command to hack on this code. (To build devcam: go install ../../dev/devcam). 2 3 But to run by hand: 4 5 $ dev_appserver.py --high_replication . 6 7 Other useful flags: 8 -a 0.0.0.0 (listen on all addresses) 9 -c (wipe the datastore)