perkeep/server/appengine
Brad Fitzpatrick 0bdf20884b all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref
Change-Id: Id2dfb7f19452bedf4f3c9310b36227fd8117b225
2013-08-03 19:54:30 -07:00
..
camli all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
README Rearrange the server directory a bit, and update some READMEs 2013-02-02 08:56:57 -08:00
app.yaml Rearrange the server directory a bit, and update some READMEs 2013-02-02 08:56:57 -08:00
config.json Rearrange the server directory a bit, and update some READMEs 2013-02-02 08:56:57 -08:00
test-secring.gpg Rearrange the server directory a bit, and update some READMEs 2013-02-02 08:56:57 -08:00

README

We typically just use the "dev-appengine" script in the project root
to hack on this code.

But to run by hand:

$ dev_appserver.py --high_replication .

Other useful flags:
  -a 0.0.0.0     (listen on all addresses)
  -c             (wipe the datastore)