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

repair-links #683

Merged
merged 2 commits into from
Sep 2, 2021
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
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,6 @@ The data format has been modified on Jan 27, 2021, and is incompatible with the

## Related documents

- [Install and deploy Nebula Graph with the source code](../../4.deployment-and-installation/2.compile-and-install-nebula-graph/1.install-nebula-graph-by-compiling-the-source-code.md)
- [Install Nebula Graph by RPM or DEB](../../4.deployment-and-installation/2.compile-and-install-nebula-graph/2.install-nebula-graph-by-rpm-or-deb.md)
- [Connect to Nebula Graph](../3.connect-to-nebula-graph.md)
- [Install and deploy Nebula Graph with the source code](../4.deployment-and-installation/2.compile-and-install-nebula-graph/1.install-nebula-graph-by-compiling-the-source-code.md)
- [Install Nebula Graph by RPM or DEB](../4.deployment-and-installation/2.compile-and-install-nebula-graph/2.install-nebula-graph-by-rpm-or-deb.md)
- [Connect to Nebula Graph](../connect-to-nebula-graph.md)
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ sudo /usr/local/nebula/scripts/nebula.service start <metad|graphd|storaged|all>

- When the graphd process, the storaged process, and the metad process are all started, you can use `all` instead.

- `/usr/local/nebula` is the default installation path for Nebula Graph. Use the actual path if you have customized the path. For more information about how to start and stop the services, see [Manage Nebula Graph services](../2.quick-start/5.start-stop-service.md).
- `/usr/local/nebula` is the default installation path for Nebula Graph. Use the actual path if you have customized the path. For more information about how to start and stop the services, see [Manage Nebula Graph services](../manage-service.md).

### Step 4: Check the cluster status

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/nebula-explorer/deploy-connect/ex-ug-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ To connect Explorer to Nebula Graph, follow these steps:

If you can see the interface as shown in the below, it means you have successfully connected to the Nebula Graph database.

![The Console page shows that the connection is successful](../figs/st-ug-051.png "Nebula Graph is connected")
![The Console page shows that the connection is successful](../figs/ex-ug-051.png "Nebula Graph is connected")

One session continues for up to 30 minutes. If you do not operate Explorer within 30 minutes, the active session will time out and you must connect to Nebula Graph again.