commit | 1559048b8dd014f84b87dc94fd031440a9845f08 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Wed Jan 28 12:02:27 2015 -0800 |
committer | Ali Ghassemi <aghassemi@google.com> | Wed Jan 28 12:03:02 2015 -0800 |
tree | e38818ce41e260e050b2fa24803b0eb993cdcd95 | |
parent | 2f180bb7a556ceb4b6882eb02dce3f868805cee0 [diff] |
namespace_browser: Expanding first level of the tree view on enter. Change-Id: Ib9f07615f78b015a75b7c657e4ad9e8e8ae62898
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