commit | b457915f2ca111ffda0e4dc214ce90a9fc933a31 | [log] [tgz] |
---|---|---|
author | Matt Rosencrantz <mattr@google.com> | Fri Jan 23 14:47:22 2015 -0800 |
committer | Matt Rosencrantz <mattr@google.com> | Fri Jan 23 14:47:24 2015 -0800 |
tree | 9b96dc6077250d118f188df2e133df37a0978bc0 | |
parent | 5d4318cfafb994e2fccadea69734ad2af0d6d851 [diff] |
namespace_browser: convert to veyron2.Init. Change-Id: Ifc0fee62dec4f3d9867f9679aae4d19070c34716
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