commit | 5ccbbf126bbb9a0806d706c915746d92a33f104e | [log] [tgz] |
---|---|---|
author | Wm Leler <wmleler@google.com> | Wed Jan 28 16:11:52 2015 -0800 |
committer | Wm Leler <wmleler@google.com> | Wed Jan 28 16:12:13 2015 -0800 |
tree | bd095b8dd12bcd2fc529094708e635bcefcbd0ee | |
parent | c44aac4ea1b0486e5c248374c36089457bbd06a5 [diff] |
Changed tooltip from "Browse into" to "Change root to" Change-Id: I30673518e2a650e5f05337ce8e29b949fe851559
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