commit | 18813fbe9369722d69cac90c0215ef149fddf1ac | [log] [tgz] |
---|---|---|
author | Asim Shankar <ashankar@google.com> | Tue Apr 19 00:25:54 2016 -0700 |
committer | Asim Shankar <ashankar@google.com> | Tue Apr 19 00:25:54 2016 -0700 |
tree | 7d1de0070ea57252e034dfa91d73f9695958eef0 | |
parent | 050f3f137263fc723855bd36bad1f94a0e7a6a73 [diff] |
Use the "roaming" instead of "generic" runtime factory. See vanadium/issues#1289 Change-Id: Icde8dc74cb0b46de3b705dd607ae6fc00593ecaf
The namespace browser is a web application that lets developers and other users view and interact with the Vanadium world. Starting from their namespace root or other mount table, users can browse through the mount table hierarchy and see where services are mounted. The user can select a service to see more detailed information about it, and can also interact with the service, invoking methods to examine or modify the state of the service.
You can serve a local instance of the Namespace Browser by executing the following command:
$JIRI_ROOT/release/projects/browser/run.sh
Navigate to http://localhost:9001 to launch the namespace browser. You can quit by using CTRL-C
on the console.
The code repository for the Namespace Browser is on GitHub.
Bugs and other issues can be submitted to the Namespace Browser Issue Tracker.