perkeep/server/appengine
mpl f66077e48b appengine: more fixes
-added status handler to the config
-made pkg/jsonconfig/eval.go use the relative path
for the config file, since appengine does not like
absolute paths.

Change-Id: If9d275e308ae60e15ecd9c831e22fa6301de0be6
2013-08-11 21:17:05 +02: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 appengine: more fixes 2013-08-11 21:17:05 +02: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)