pan3793 commented on code in PR #4775:
URL: https://github.com/apache/kyuubi/pull/4775#discussion_r1177428503


##########
docs/deployment/web_ui.md:
##########
@@ -0,0 +1,42 @@
+<!--
+- Licensed to the Apache Software Foundation (ASF) under one or more
+- contributor license agreements.  See the NOTICE file distributed with
+- this work for additional information regarding copyright ownership.
+- The ASF licenses this file to You under the Apache License, Version 2.0
+- (the "License"); you may not use this file except in compliance with
+- the License.  You may obtain a copy of the License at
+-
+-   http://www.apache.org/licenses/LICENSE-2.0
+-
+- Unless required by applicable law or agreed to in writing, software
+- distributed under the License is distributed on an "AS IS" BASIS,
+- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+- See the License for the specific language governing permissions and
+- limitations under the License.
+-->
+
+# Deploy Kyuubi Web UI
+
+> Notice. The Kyuubi Web UI still in development, changes to code, 
functionality, and interface may occur at any time.
+
+## Build Kyuubi Binary with Web UI
+
+The Kyuubi Release 1.7.1 and earlier does not include the Web UI module, you 
should build Kyuubi Binary from master branch.
+
+```shell
+${KYUUBI_SOURCE_CODE}/build/dist [other args your want] --web-ui
+```
+
+See more details in `${KYUUBI_HOME}/build/dist` script.
+
+## Run Kyuubi Server with Web UI
+
+```shell
+${KYUUBI_BINARY}/bin/kyuubi start
+```
+
+Then, you can access Kyuubi Web at `http://0.0.0.0:10099/ui/`

Review Comment:
   ```suggestion
   Access the experimental Kyuubi Web UI at `http://0.0.0.0:10099/ui/`
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to