commit | 5d4318cfafb994e2fccadea69734ad2af0d6d851 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Fri Jan 23 20:45:29 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 23 20:45:29 2015 +0000 |
tree | c5801f4e5653e5b8959c08d41e9e981e3bd86a40 | |
parent | 35ba511542ed422988e6b047f0f5c6cc4399dec5 [diff] | |
parent | 8ca05f6836ddba982077d95331bce440e17f9cc2 [diff] |
Merge "Vanadium Viewer: Visualize view no longer re-renders unless the root has changed."
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