Update the documentation how to run gerrit from eclipse
After switch from bower components to npm modules, and removal of bazel
filter from Jetty daemon, server.go process has to be launched to run
gerrit from eclipse. Update the documentation and gerrit_daemon.launch
correspondingly.
Change-Id: I0905b55c0ae43b3816841018200059c96eeb5d09
diff --git a/Documentation/dev-eclipse.txt b/Documentation/dev-eclipse.txt
index 5f69cd3..9596a55 100644
--- a/Documentation/dev-eclipse.txt
+++ b/Documentation/dev-eclipse.txt
@@ -81,6 +81,13 @@
== Testing
+=== PolyGerrit UI is served by `server.go` process. To launch it,
+run this command:
+
+----
+ $ bazel run polygerrit-ui:devserver
+----
+
=== Running the Daemon
Duplicate the existing launch configuration: