commit | 438b7698d832d9eb35d15ab8ab23581e52487e18 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Thu Apr 07 17:12:47 2016 -0700 |
committer | Ali Ghassemi <aghassemi@google.com> | Thu Apr 07 17:12:47 2016 -0700 |
tree | 62e00d4b088b83d464d4fc75900db464abf00db6 | |
parent | aa96a0b47fb11b314eecfe217164ddb19d0de995 [diff] |
browser: Adding run.sh as the only command needed to run Namespace Browser locally. This involves checking in generated web boundles and having the Go binary also start a static HTTP server to serve those files. Change-Id: I8bbbd7d385e245da60c0a22772fac122651e1aed
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.