This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch v2.1
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/v2.1 by this push:
new b9a0a92 feat(docs): update deploy (#845)
b9a0a92 is described below
commit b9a0a92ef849011ba68d4724d2507ce5cbe02a00
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`。