commit | 86dca8e9918963fd7701058fde7f39947c2dc194 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Mon Jan 05 14:57:16 2015 -0800 |
committer | Ali Ghassemi <aghassemi@google.com> | Mon Jan 05 22:59:20 2015 +0000 |
tree | 499848ba94caa9337cbca52c8622558d0b2fd0a2 | |
parent | bbe2c79f9c9234b94d9355a63d1b0f0f10ec663b [diff] |
namespace_browser: Increasing the timeout even more as with revocation caveat there are round trips on service startup to get discharges. To speed things up, one can use a expiry caveat in the UI instead of a revocation one and that would eliminate the round trips. Change-Id: I238ca398282774ebc3df55b24bd3d7fb307d9812
Mountable browser is a browser application that lets the user view and traverse mounttables.
Before you can run Mounttable Browser, you need to build. Simply run:
make
You must have the Veyron Extension installed to run this.
Get it here: https://github.com/veyron/release/javascript/core/raw/master/extension/veyron.crx
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start