Github user brandtg commented on a diff in the pull request:
https://github.com/apache/helix/pull/21#discussion_r27347802
--- Diff: helix-ui/README.md ---
@@ -0,0 +1,77 @@
+# helix-ui
+
+After building the project from the root directory (i.e. `./build`), find
the
+`helix-ui-${version}.jar` artifact in this module's `target` directory.
+
+To run the UI server in read-only mode with no configuration, execute the
+following commands:
+
+```
+java -jar helix-ui-${version}.jar server
+```
+
+Navigate to `http://localhost:8080/dashboard` to get started. At this page,
+enter a ZooKeeper address, e.g. "localhost:2181,localhost:2182" or
+"some-machine:2181/chroot", to get started.
+
+The following shows using the dashboard to view the end state of
MyResource in
+the Quick Start, in tabular form:
+
+
--- End diff --
If a resource is in FULL_AUTO, you'd probably see the instance name
changing in the tabular view for each resource, and you'd probably see the
partitions move among the instance circles in the graphical view.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---