commit | f04ebfd326b7dc6eb79ee328f32e13e7b61736a5 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Tue Jan 27 16:18:22 2015 -0800 |
committer | Ali Ghassemi <aghassemi@google.com> | Wed Jan 28 00:22:02 2015 +0000 |
tree | 259d27580660e50141553b0c58614bf017312451 | |
parent | 3156d4e5acf8bc6e0c1ed41568353b6c50d5dc82 [diff] |
namespace_browser: Critical path CSS and Splash screen. Splash screen and some styling while assets (js, web components, other css) is being loaded and while vanadium.init() is in flight. https://screenshot.googleplex.com/WcQnyh53un.png https://screenshot.googleplex.com/DWUgMcytJA.png https://screenshot.googleplex.com/kzv35Wo7Jg.png https://screenshot.googleplex.com/17Mz8YFE0v.png Change-Id: Ib8bd4ab7998aa040a4057fe36194609c68586d79
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