commit | 3156d4e5acf8bc6e0c1ed41568353b6c50d5dc82 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Tue Jan 27 16:11:50 2015 -0800 |
committer | Ali Ghassemi <aghassemi@google.com> | Tue Jan 27 16:11:53 2015 -0800 |
tree | 0cc66d7ee44b9d420e1928ff0ab86bd3c47819c5 | |
parent | 1b2685e80d77602551b2cb9246953dd99bb92765 [diff] |
namespace_browser: applying Vanadium design and colors and small UI tweaks. https://screenshot.googleplex.com/Ftp6KQqnHV.png https://screenshot.googleplex.com/ZDnM1cP4J1.png https://screenshot.googleplex.com/izGWin45H1.png Change-Id: I7b12c45c33c265aca3df4636800b3d0adfbd7b70
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