commit | aab06f0a2b2c7502fe6d83f412cc10e3bbe0da7a | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Fri Jan 23 14:46:49 2015 -0800 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Fri Jan 23 14:47:22 2015 -0800 |
tree | b90ec32f618be394bcff1a6ee65849210956f587 | |
parent | 5d4318cfafb994e2fccadea69734ad2af0d6d851 [diff] |
viz: Update index routes to observe mercury state. It was passing along the unobserved state to browse.createUrl, which is wrong. Change-Id: I60905ff84dfbeabb9801a33a1bb778132061522d
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