commit | d4680de5577e764590eadb7b19b3a67846ac0ba4 | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Fri Jan 30 16:36:12 2015 -0800 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Fri Jan 30 16:38:06 2015 -0800 |
tree | 1bd93dd7a5496b2a45a4c3b63f4929409ed1a524 | |
parent | 39dec1fb86c6c6574d72545842e2eeb49d0a5cd9 [diff] |
viz: Adjust to Basename and Strip Basename changes * Fix the namespace suggestions after the stripBasename change. * Verify that the correct output of basename appears in item details. * Improve usefulness of namespace suggestions * starts suggesting when focus is grabbed * can now suggest when the default namespace is being used MultiPart: 2/2 Change-Id: I5c5d0415685b89f4d1f748ae397d2bdba6a07031
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