commit | 66729e943d3902269b4e456dd0adaab0e4f52564 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Fri Apr 29 13:15:58 2016 -0700 |
committer | Ali Ghassemi <aghassemi@google.com> | Fri Apr 29 13:15:58 2016 -0700 |
tree | 1ffcf998c7742e0613b7a258fd1f067c54ee3b02 | |
parent | 18813fbe9369722d69cac90c0215ef149fddf1ac [diff] |
browser: Creating credentials before seekblessing Change-Id: I31ab83e99572a48e9b24835affa7d767806aee5c
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.