commit | bd94ce98f574134fae57c20aee36333613b71728 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Fri Jan 16 23:03:58 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 16 23:03:59 2015 +0000 |
tree | 98854e954dc76e3bddc4bdcd64f96491162ba4f1 | |
parent | e0e9e39b8b3fc42160400b0d851dba6d4e79fc25 [diff] | |
parent | 5b4088858379cdda976998a5ddd6c583b4ad00d0 [diff] |
Merge "namespace_browser: Bookmarks and Top Recommendation UI polish."
Namespace browser is a browser 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.
Before you can run Namespace Browser, you need to build. Simply run:
make
You must have the Veyron Extension installed to run this.
Get it here: https://github.com/veyron/release/javascript/core/raw/master/extension/veyron.crx
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