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

[doc] rpm #5

Merged
merged 1 commit into from
Apr 30, 2020
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 @@ -21,35 +21,39 @@

1. 获取 release 版本,URL 格式如下:

* [Centos 6](https://oss-cdn.nebula-graph.com.cn/package/${release_version}/nebula-${release_version}.el6-5.x86_64.rpm)
```text
* Centos 6: https://oss-cdn.nebula-graph.com.cn/package/${release_version}/nebula-${release_version}.el6-5.x86_64.rpm

* [Centos 7](https://oss-cdn.nebula-graph.com.cn/package/${release_version}/nebula-${release_version}.el7-5.x86_64.rpm)
* Centos 7: https://oss-cdn.nebula-graph.com.cn/package/${release_version}/nebula-${release_version}.el7-5.x86_64.rpm

* [Ubuntu 1604](https://oss-cdn.nebula-graph.com.cn/package/${release_version}/nebula-${release_version}.ubuntu1604.amd64.deb)
* Ubuntu 1604: https://oss-cdn.nebula-graph.com.cn/package/${release_version}/nebula-${release_version}.ubuntu1604.amd64.deb

* [Ubuntu 1804](https://oss-cdn.nebula-graph.com.cn/package/${release_version}/nebula-${release_version}.ubuntu1804.amd64.deb)
* 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.0.0-rc4` `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
```

b. 获取 nightly (最新测试)版本,URL 格式如下:

* [Centos 6](https://oss-cdn.nebula-graph.com.cn/package/nightly/${date}/nebula-${date}-nightly.el6-5.x86_64.rpm)
```test
* Centos 6: https://oss-cdn.nebula-graph.com.cn/package/nightly/${date}/nebula-${date}-nightly.el6-5.x86_64.rpm

* [Centos 7](https://oss-cdn.nebula-graph.com.cn/package/nightly/${date}/nebula-${date}-nightly.el7-5.x86_64.rpm)
* Centos 7: https://oss-cdn.nebula-graph.com.cn/package/nightly/${date}/nebula-${date}-nightly.el7-5.x86_64.rpm

* [Ubuntu 1604](https://oss-cdn.nebula-graph.com.cn/package/nightly/${date}/nebula-${date}-nightly.ubuntu1604.amd64.deb)
* Ubuntu 1604: https://oss-cdn.nebula-graph.com.cn/package/nightly/${date}/nebula-${date}-nightly.ubuntu1604.amd64.deb

* [Ubuntu 1804](https://oss-cdn.nebula-graph.com.cn/package/nightly/${date}/nebula-${date}-nightly.ubuntu1804.amd64.deb)
* 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年4月1日`的 `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
```
```bash
$ wget https://oss-cdn.nebula-graph.com.cn/package/nightly/2020.04.01/nebula-2020.04.01-nightly.el7-5.x86_64.rpm
```

* 方式二:通过 GitHub 获取安装包

Expand All @@ -60,7 +64,7 @@
3. 单击列表顶部最新的包。
![action-page](https://user-images.githubusercontent.com/40747875/71390992-59d1be80-263d-11ea-9d61-1d7fbeb1d8c5.png)

4. 单击右上角 **Artifacts**, 选择要下载的安装包。
1. 单击右上角 **Artifacts**, 选择要下载的安装包。
![select-a-package](https://user-images.githubusercontent.com/40747875/71389414-415ea580-2637-11ea-8930-eaef1e8a5d17.png)

2. 安装 **Nebula Graph**。
Expand Down
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ nav:
- 编译源代码: manual-CN/3.build-develop-and-administration/1.build/1.build-source-code.md
- 使用 Docker 编译: manual-CN/3.build-develop-and-administration/1.build/2.build-by-docker.md
- 安装:
- prm 安装: manual-CN/3.build-develop-and-administration/2.install/1.install-with-rpm-deb.md
- rpm 安装: manual-CN/3.build-develop-and-administration/2.install/1.install-with-rpm-deb.md
- 启停服务: manual-CN/3.build-develop-and-administration/2.install/2.start-stop-service.md
- 配置:
- 系统要求: manual-CN/3.build-develop-and-administration/3.configurations/0.system-requirement.md
Expand Down Expand Up @@ -210,6 +210,8 @@ markdown_extensions:
permalink: true
separator: "_"
- mdx_truly_sane_lists
- pymdownx.superfences


# Plugins
plugins:
Expand Down