This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch release-2.1 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
commit af35eca733206b18c2a7806874abe5e8adbc6d34 Author: 琚致远 <[email protected]> AuthorDate: Mon Nov 23 10:20:16 2020 +0800 feat(docs): update deploy (#845) * Update deploy.md * Update deploy.zh-CN.md --- docs/deploy.md | 2 +- docs/deploy.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploy.md b/docs/deploy.md index 1bb75e7..32e7f9f 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -75,7 +75,7 @@ $ cd ./output $ ./manager-api # or running in background -$ ./manager-api & +$ nohup ./manager-api & ``` 4. Without changing the configuration, visit `http://127.0.0.1:8080` to use the dashboard with GUI, where the default username and password are `admin`. diff --git a/docs/deploy.zh-CN.md b/docs/deploy.zh-CN.md index 058bc89..4239e53 100644 --- a/docs/deploy.zh-CN.md +++ b/docs/deploy.zh-CN.md @@ -74,7 +74,7 @@ $ cd ./output $ ./manager-api # 或后台常驻 -$ ./manager-api & +$ nohup ./manager-api & ``` 4. 在未修改配置的情况下,访问 `http://127.0.0.1:8080` 以使用有前端界面的控制台,默认用户密码均为 `admin`。
