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 quick start #1111

Merged
merged 1 commit into from
Feb 18, 2022
Merged
Show file tree
Hide file tree
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
4 changes: 0 additions & 4 deletions docs-2.0/reuse/source_connect-to-nebula-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@ If you do not have a Nebula Graph database yet, we recommend that you try the cl

We recommend that you select the **latest** release.

![Select a Nebula Graph version and click **Assets**](../reuse/console-1.png "Click Assets to show the available Nebula Graph binary files")

2. In the **Assets** area, find the correct binary file for the machine where you want to run Nebula Console and download the file to the machine.

![Click to download the package according to your hardware architecture](../reuse/assets-1.png "Click the package name to download it")

3. (Optional) Rename the binary file to `nebula-console` for convenience.

!!! note
Expand Down
6 changes: 3 additions & 3 deletions docs-2.0/reuse/source_manage-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ $ sudo /usr/local/nebula/scripts/nebula.service status all
* Nebula Graph is running normally if the following information is returned.

```bash
[INFO] nebula-metad(de03025): Running as 26601, Listening on 9559
[INFO] nebula-graphd(de03025): Running as 26644, Listening on 9669
[INFO] nebula-storaged(de03025): Running as 26709, Listening on 9779
[INFO] nebula-metad(02b2091): Running as 26601, Listening on 9559
[INFO] nebula-graphd(02b2091): Running as 26644, Listening on 9669
[INFO] nebula-storaged(02b2091): Running as 26709, Listening on 9779
```

* If the returned result is similar to the following one, there is a problem. You may also go to the [Nebula Graph community](https://discuss.nebula-graph.io/) for help.
Expand Down