commit | 4fd159a47f635972b1682088c5e2b10818f53131 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Wed Jan 28 09:19:04 2015 -0800 |
committer | Ali Ghassemi <aghassemi@google.com> | Wed Jan 28 09:19:06 2015 -0800 |
tree | 9ff2151f55196dbe41ad4aec73096b6eff6ab8c4 | |
parent | 0dfbb7b1d767bfb5b8fe3db355d3506d573ccb5c [diff] |
namespace_browser: Using the machine's name as part of root mounttables name so multiple people can run it without stepping on each others toes. Also serving the mounttables at the public IP address instead of localhost. Change-Id: I189622b24872c49a2e2039fc0bb976ff807254a6
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