You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/08/16 23:34:24 UTC

[apisix-dashboard] 01/01: Update README.md

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git

commit 9bbf744fab2c2bb78bdaad1c94f22535b1ee80d8
Author: 琚致远 <ju...@apache.org>
AuthorDate: Mon Aug 17 07:34:17 2020 +0800

    Update README.md
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 36c348b..a4259af 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ The `manager-api` is used to provide APIs for Dashboard, just like a bridge betw
 1. We need `MySQL/Golang` to be preinstalled.
 
 ```sh
-# e.g Initialization for MySQL
+# e.g Initialization for MySQL, please use a more secure Password instead of 123456.
 $ mysql –uroot –p123456
 > source ./api/script/db/schema.sql
 ```
@@ -55,7 +55,7 @@ $ mysql –uroot –p123456
 
 According to your local deployment environment, check the environment variables in `./api/run/run.sh`, modify the environment variables if needed.
 
-For Chinese users please refer to [Goproxy](https://goproxy.cn/)
+For most users in China, we could use [Goproxy](https://goproxy.cn/) to speed up downloading modules.
 
 4. Build
 
@@ -87,7 +87,7 @@ $ yarn install
 $ yarn build
 ```
 
-5. The bundled files are under `/dist` folder if the step 4 is successful, then we recommend using `nginx` to handle those files, please refer to the nginx conf `docker/nginx.conf`.
+5. The bundled files are under `/dist` folder if the step 4 is successful, then we recommend using `nginx` to handle those files, please install `nginx` manually, then refer to the nginx conf `docker/nginx.conf`.
 6. Move files under `dist` folder to nginx's default html folder, then visit `http://127.0.0.1` in your browser.
 
 ## Development