commit | 06599678b8fa8a1efd4ef54282c49391d480bc01 | [log] [tgz] |
---|---|---|
author | Shyam Jayaraman <bjornick@google.com> | Tue Jan 27 15:25:54 2015 -0800 |
committer | Shyam Jayaraman <bjornick@google.com> | Tue Jan 27 15:26:02 2015 -0800 |
tree | 3688631538303ef33918984c79dc44fb28a7ea71 | |
parent | f87d2a08cdb9d6418a2f83c909d70cb036c0b9d4 [diff] |
namespace-browser: Use client.bindTo insteads of runtime.bindTo. MultiPart: 2/3 Change-Id: I4fa664be60b18e1e79944b6f39d7c4c18d57492f
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