commit | 69a0ccfe6bb89f5e05e24b57a39f06892a703238 | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Tue Jan 27 16:50:30 2015 -0800 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Tue Jan 27 16:51:28 2015 -0800 |
tree | c5bb5895a0fbb7496b63c929bef72a022b1fc730 | |
parent | f04ebfd326b7dc6eb79ee328f32e13e7b61736a5 [diff] |
viz: Add Browse Action on Item Details We can now browse into the namespace from the item details page. Note: Services that are not globbable or match the current namespace do not have this action. Screenshot: https://screenshot.googleplex.com/hMRgVAeYpp.png Change-Id: Ie2f6d547e44d6f615147acdbc621897e4279d6a3
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