commit | 50b564815a3cf955c21293e44530e85f8f56c8d6 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Fri Jan 30 15:50:27 2015 -0800 |
committer | Ali Ghassemi <aghassemi@google.com> | Fri Jan 30 15:50:34 2015 -0800 |
tree | 54dbb6c5a6a8bda2be0c4f1194fa905e8201c67b | |
parent | 39dec1fb86c6c6574d72545842e2eeb49d0a5cd9 [diff] |
namespace_browser: Going to error page on Vanadium runtime crash. MultiPart: 2/2 Change-Id: Ic26e2c4ffc1f90fe3a63aeb397e27bcdd10f47ef
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