commit | 390366e7b6dc75bf54119b03ab9a2bd32bbdc665 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Mon Jan 26 14:52:11 2015 -0800 |
committer | Ali Ghassemi <aghassemi@google.com> | Mon Jan 26 14:52:13 2015 -0800 |
tree | 259212b00183c957962e721ee64a1d2f740baf24 | |
parent | 3e09e56336ed280c0c54c56674b4207baec6b2a3 [diff] |
namespace_browser: Do not refresh the details sidebar if selection has not changed. https://github.com/veyron/release-issues/issues/791 Change-Id: I674f84b75e3bb371d94cc2db68aed374291cecde
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