Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update st-ug-deploy.md #540

Merged
merged 1 commit into from
Jul 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs-2.0/nebula-studio/install-configure/st-ug-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ To deploy and start Docker-based Studio, run the following commands. Here we use
```bash
mkdir nebula-graph-studio-v2 && tar -zxvf nebula-graph-studio-v2.gz -C nebula-graph-studio-v2
```

3. Change to the `nebula-graph-studio-v2` directory.
```bash
cd nebula-graph-studio-v2
Expand Down Expand Up @@ -70,7 +71,7 @@ To deploy and start Docker-based Studio, run the following commands. Here we use

!!! note

Run `ifconfig` or `ipconfig` to get the IP address of the machine where Docker-based Studio is running. On the machine running Docker-based Studio, you can use `http://localhost:7001` to get access to Studio.
Run `ifconfig` or `ipconfig` to get the IP address of the machine where Docker-based Studio is running. On the machine running Docker-based Studio, you can use `http://localhost:7001` to get access to Studio.

If you can see the **Config Server** page on the browser, Docker-based Studio is started successfully.

Expand Down Expand Up @@ -137,7 +138,7 @@ Before you deploy Docker-based Studio , you must do a check of these:

If you can see the **Config Server** page on the browser, Docker-based Studio is started successfully.

![The Config Server page shows that Docker-based Studio is started successfully](https://docs-cdn.nebula-graph.com.cn/nebula-studio-docs/st-ug-052-1.png "Docker-based Studio is started")
![The Config Server page shows that Docker-based Studio is started successfully](../figs/st-ug-025.png "Docker-based Studio is started")

### Uninstall

Expand Down