commit | 0dfbb7b1d767bfb5b8fe3db355d3506d573ccb5c | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Wed Jan 28 08:55:19 2015 -0800 |
committer | Ali Ghassemi <aghassemi@google.com> | Wed Jan 28 08:55:28 2015 -0800 |
tree | b2956f846a959695564c7a7b3e933acfa32bfe92 | |
parent | f3fba478a0133b5dde47b6a6f9b638fe9dfb572a [diff] |
namespace_browser: Letting the background image bleed through the toolbar. https://screenshot.googleplex.com/gCiO5N7DsR.png https://screenshot.googleplex.com/gQKp5sN5a8.png Change-Id: Icfa1177b4973a58f8281f253f65a091a68270ebe
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