commit | a0eb1140835eb0660a1ea0f193215b6b18b30dda | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Wed Jan 28 04:58:23 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jan 28 04:58:23 2015 +0000 |
tree | 76247cf03253e7ff8171489e807d9857cf790264 | |
parent | b4281f35039c3e29518181c72d201081dda62e3b [diff] | |
parent | 69a0ccfe6bb89f5e05e24b57a39f06892a703238 [diff] |
Merge "viz: Add Browse Action on Item Details"
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