This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch refactor-with-go
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git
The following commit(s) were added to refs/heads/refactor-with-go by this push:
new 7f05772 update README.md
7f05772 is described below
commit 7f05772c0afc77da414faa93c3ae29505930839f
Author: chickenlj <[email protected]>
AuthorDate: Mon Feb 27 16:50:13 2023 +0800
update README.md
---
README.md | 4 ++++
README_ZH.md | 4 ++++
dubbo-admin-server/README.md | 5 +++++
3 files changed, 13 insertions(+)
diff --git a/README.md b/README.md
index 4948e01..99eb62f 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+# NOTICE
+此分支是 Dubbo Admin 正在基于 Go 语言重构的开发分支,目前仍在开发过程中。
+如您正寻求将 Dubbo Admin 用作生产环境,想了解 Admin 的能力及安装方式,请参见 [develop
分支](https://github.com/apache/dubbo-admin/tree/develop#dubbo-admin) 及内部相关使用说明。
+
# Dubbo Admin

diff --git a/README_ZH.md b/README_ZH.md
index 42c0b71..cac6213 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -1,3 +1,7 @@
+# NOTICE
+此分支是 Dubbo Admin 正在基于 Go 语言重构的开发分支,目前仍在开发过程中。
+如您正寻求将 Dubbo Admin 用作生产环境,想了解 Admin 的能力及安装方式,请参见 [develop
分支](https://github.com/apache/dubbo-admin/tree/develop#dubbo-admin) 及内部相关使用说明。
+
# Dubbo Admin
[](https://travis-ci.org/apache/dubbo-admin)
diff --git a/dubbo-admin-server/README.md b/dubbo-admin-server/README.md
index 3f6c69c..d3dd59e 100644
--- a/dubbo-admin-server/README.md
+++ b/dubbo-admin-server/README.md
@@ -7,6 +7,9 @@
首先,你需要在本地启动一个 [zookeeper
server](https://zookeeper.apache.org/doc/current/zookeeperStarted.html),用作
Admin 连接的注册/配置中心。
## 启动 Admin
+1. Java 版本。Java 版本作为对原有功能的参考。
+2. Go 版本。Go 版本是当前实际要开发的版本。
+
### Java
1. Clone source code on `develop` branch
@@ -22,6 +25,8 @@ git clone -b develop https://github.com/apache/dubbo-admin.git
- `cd dubbo-admin-distribution/target & java -jar
dubbo-admin-{the-package-version}.jar`
5. Visit `http://localhost:38080`, default username and password are `root`
+可以在此查看 [Java 版本的更多启动方式](../README.md)。
+
### Go
Once open this project in GoLand, a pre-configured Admin runnable task can be
found from "Run Configuration" pop up menu as shown below.
