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 1.resource-preparations.md #1110

Merged
merged 1 commit into from
Oct 27, 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
Original file line number Diff line number Diff line change
Expand Up @@ -114,22 +114,22 @@

如果版本正确,用户可以跳过本小节。如果不正确,请根据如下步骤安装:

1. 克隆仓库`nebula-common`到主机。
1. 克隆仓库`nebula`到主机。

```bash
$ git clone -b v{{ nebula.release}} https://github.com/vesoft-inc/nebula-common.git
$ git clone -b {{ nebula.branch}} https://github.com/vesoft-inc/nebula.git
```

如需安装特定版本的Nebula Graph,使用`--branch`或`-b`选项指定相应的nebula-common分支。 例如,指定{{ nebula.release }},命令如下:

```bash
$ git clone --branch v{{ nebula.release }} https://github.com/vesoft-inc/nebula-common.git
$ git clone --branch {{ nebula.branch}} https://github.com/vesoft-inc/nebula.git
```

2. 进入目录`nebula-common`。
2. 进入目录`nebula`。

```bash
$ cd nebula-common
$ cd nebula
```

3. 执行如下命令安装和启用GCC和CMake。
Expand Down Expand Up @@ -223,7 +223,7 @@

storaged进程的数量不会影响图空间副本的数量。

用户可以在一台机器上部署多个进程,例如五台机器构成的集群,用户可以按照如下方案部署Nebula Graph。
用户可以在一台机器上部署多个不同进程,例如五台机器构成的集群,用户可以按照如下方案部署Nebula Graph。

| 机器名称 | metad进程数量 | storaged进程数量 | graphd进程数量 |
| ------------ | --------------- | ------------------ | ---------------- |
Expand Down