commit | 838ed020455bdeb3152e75aba1a6b31731a81924 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Fri Apr 08 08:04:39 2016 -0700 |
committer | Ali Ghassemi <aghassemi@google.com> | Fri Apr 08 08:05:17 2016 -0700 |
tree | ddb320927f2797a7584195ab323d77e90dc051af | |
parent | 438b7698d832d9eb35d15ab8ab23581e52487e18 [diff] |
TBR: Fix make path Change-Id: Ib091b7e81589a48b6e4084d46d0d4eb630a29034
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.