Skip to content

Commit

Permalink
explorer-deploy-command-change (#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Jul 21, 2022
1 parent 93e42b7 commit 335d2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ sudo dpkg -r nebula-explorer
2. 使用 `tar -xvf` 解压 tar 包。

```bash
tar -xvf nebula-graph-explorer-<version>.tar.gz
tar -xvf nebula-explorer-<version>.tar.gz
```

3. 拷贝 License 至`nebula-explorer`目录下。
Expand All @@ -196,7 +196,7 @@ sudo dpkg -r nebula-explorer

```bash
cd nebula-explorer
./nebula-httpd &
nohup ./nebula-explorer-server &
```

### 停止服务
Expand Down

0 comments on commit 335d2fa

Please sign in to comment.