perkeep/server/appengine
Brad Fitzpatrick ca58d8e2e0 Remove noisy var _ = log.Printf lines.
Change-Id: Ia58b8ef5f271f542ae4fe61c7fb1497322770322
2013-06-14 12:55:55 -07:00
..
camli Remove noisy var _ = log.Printf lines. 2013-06-14 12:55:55 -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)