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 1ff40b0697a..80aa192514d 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 & ``` ### 停止服务