Skip to content

Commit

Permalink
explorer-deploy-command-change (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Jul 21, 2022
1 parent 8e187f4 commit e4985d7
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 @@ -179,7 +179,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 @@ -197,7 +197,7 @@ sudo dpkg -r nebula-explorer

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

### 停止服务
Expand Down

0 comments on commit e4985d7

Please sign in to comment.