You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2019/11/26 13:24:35 UTC

[GitHub] [incubator-apisix] moonming commented on a change in pull request #904: bugfix: fixed install deps in makefile.

moonming commented on a change in pull request #904: bugfix: fixed install deps in makefile.
URL: https://github.com/apache/incubator-apisix/pull/904#discussion_r350738142
 
 

 ##########
 File path: README_CN.md
 ##########
 @@ -114,11 +112,29 @@ sudo apisix start
 更进一步,你可以跟着文档来尝试更多的[插件](doc/README_CN.md#插件)。
 
 ## 控制台
-APISIX 内置了 dashboard,使用浏览器打开 `http://127.0.0.1:9080/apisix/dashboard/` 即可使用,
+
+APISIX 内置了对 dashboard 的支持,步骤如下:
+
+- 下载 [dashboard](https://github.com/apache/incubator-apisix-dashboard) 的源码:
+```
+git clone https://github.com/apache/incubator-apisix-dashboard.git
+```
+
+- 安装依赖和编译
+```
+yarn install
+yarn run build:prod
+```
+
+- 与 APISIX 集成
+把编译后的文件,拷贝到 apisix/dashboard 目录下。
 
 Review comment:
   thx, I will fix later.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services