commit | 47d20fe4ff261017fb89bce528692c1ee324135e | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Mon Jan 26 23:03:22 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 26 23:03:22 2015 +0000 |
tree | 5835fce3ab2f8708b1b31d2ecbbf7afe6d908817 | |
parent | 3e09e56336ed280c0c54c56674b4207baec6b2a3 [diff] | |
parent | 36fddfde152af89c5c6301a4f8b6dbb5f1eecc55 [diff] |
Merge "vanadiuam viewer: Performance improvements (mostly perceptional) by not quering for signature for every glob result. -Better error display -Ability to add/remove bookmark even when getting details for an item fails. -Refactored user account component so rendering sits closer to the rest of the component -Added timeout of 30 seconds for all RPCs (including getting signature)"
Viz is a browser-like application that lets the user view and traverse mount tables, intermediate nodes, and services. It also lets the user invoke services either to see the results, or to change the state of a server.
You must have the Vanadium Extension installed on Chrome to run this.
Get it here: https://chrome.google.com/webstore/detail/vanadium-extension/jcaelnibllfoobpedofhlaobfcoknpap
Before you can run Viz, you need to build. Simply run:
make
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start
If you have any problems after updating the code, try
make clean
make start