From 9d280587f29c4b8d86602233ac1061be344ee668 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Thu, 21 Jul 2022 17:25:14 +0800 Subject: [PATCH] explorer-deploy-command-change --- docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md b/docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md index c7e83df6310..ef741dc4f9f 100644 --- a/docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md +++ b/docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md @@ -178,7 +178,7 @@ sudo dpkg -r nebula-explorer 2. 使用 `tar -xvf` 解压 tar 包。 ```bash - tar -xvf nebula-graph-explorer-.tar.gz + tar -xvf nebula-explorer-.tar.gz ``` 3. 拷贝 License 至`nebula-explorer`目录下。 @@ -196,7 +196,7 @@ sudo dpkg -r nebula-explorer ```bash cd nebula-explorer - ./nebula-httpd & + nohup ./nebula-explorer-server & ``` ### 停止服务