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

Updated the example and a step #105

Merged
merged 2 commits into from
Nov 16, 2020
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 @@ -28,10 +28,10 @@
* Ubuntu 1804: https://oss-cdn.nebula-graph.com.cn/package/${release_version}/nebula-${release_version}.ubuntu1804.amd64.deb
```

链接中 `${release_version}` 为具体的发布版本号,例如要下载 `1.0.0-rc4` `Centos 7.5` 的安装包,那么可以直接通过命令下载。
链接中 `${release_version}` 为具体的发布版本号,例如要下载 `1.1.0` `Centos 7.5` 的安装包,那么可以直接通过命令下载。

```bash
$ wget https://oss-cdn.nebula-graph.com.cn/package/1.0.0-rc4/nebula-1.0.0-rc4.el7-5.x86_64.rpm
$ wget https://oss-cdn.nebula-graph.com.cn/package/1.1.0/nebula-1.1.0.el7-5.x86_64.rpm
```

b. 获取 nightly (最新测试)版本,URL 格式如下:
Expand All @@ -46,10 +46,10 @@
* Ubuntu 1804: https://oss-cdn.nebula-graph.com.cn/package/nightly/${date}/nebula-${date}-nightly.ubuntu1804.amd64.deb
```

链接中 `${date}` 为具体的日期,例如要下载 `2020年4月1日`的 `Centos 7.5` 的安装包,那么可以直接通过命令下载
链接中 `${date}` 为具体的日期,例如要下载 `2020年11月15日`的 `Centos 7.5` 的安装包,那么可以直接通过命令下载

```bash
$ wget https://oss-cdn.nebula-graph.com.cn/package/nightly/2020.04.01/nebula-2020.04.01-nightly.el7-5.x86_64.rpm
$ wget https://oss-cdn.nebula-graph.com.cn/package/nightly/2020.11.15/nebula-2020.11.15-nightly.el7-5.x86_64.rpm
```

* 方式二:通过 GitHub 获取安装包
Expand All @@ -61,8 +61,8 @@
3. 单击列表顶部最新的包。
![action-page](https://user-images.githubusercontent.com/40747875/71390992-59d1be80-263d-11ea-9d61-1d7fbeb1d8c5.png)

4. 单击右上角 **Artifacts**, 选择要下载的安装包
![select-a-package](https://user-images.githubusercontent.com/40747875/71389414-415ea580-2637-11ea-8930-eaef1e8a5d17.png)
4. **package** 页的 **Artifacts** 区域,单击需要下载的安装包
![select-a-package](https://docs-cdn.nebula-graph.com.cn/3.build-develop-and-administration/2.install/github-download-package.png)

2. 安装 **Nebula Graph**

Expand Down