From 250aabc1c2494eab3e8b84e9c99eadcd4e5a3234 Mon Sep 17 00:00:00 2001 From: yixinglu <2520865+yixinglu@users.noreply.github.com> Date: Thu, 18 Nov 2021 16:31:02 +0800 Subject: [PATCH] Rename v2-nightly directory in oss to nightly --- .../about-exchange/ex-ug-limitations.md | 2 +- ...urce_install-nebula-graph-by-rpm-or-deb.md | 38 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs-2.0/nebula-exchange/about-exchange/ex-ug-limitations.md b/docs-2.0/nebula-exchange/about-exchange/ex-ug-limitations.md index bd5dd507355..86cf5888115 100644 --- a/docs-2.0/nebula-exchange/about-exchange/ex-ug-limitations.md +++ b/docs-2.0/nebula-exchange/about-exchange/ex-ug-limitations.md @@ -8,7 +8,7 @@ The correspondence between the Nebula Exchange release (the JAR version) and the |Exchange client|Nebula Graph| |:---|:---| -|2.5-SNAPSHOT|v2-nightly| +|2.5-SNAPSHOT|nightly| |{{exchange.release}}|{{nebula.release}}, 2.5.0| |2.5.0|2.5.0| |2.1.0|2.0.0, 2.0.1| diff --git a/docs-2.0/reuse/source_install-nebula-graph-by-rpm-or-deb.md b/docs-2.0/reuse/source_install-nebula-graph-by-rpm-or-deb.md index 5baec19b86e..1b5f9937216 100644 --- a/docs-2.0/reuse/source_install-nebula-graph-by-rpm-or-deb.md +++ b/docs-2.0/reuse/source_install-nebula-graph-by-rpm-or-deb.md @@ -16,10 +16,10 @@ Prepare the right [resources](https://docs.nebula-graph.io/{{nebula.release}}/4. * Download the released version. - URL: + URL: ```bash - //Centos 6 + //Centos 6 https://oss-cdn.nebula-graph.io/package//nebula-graph-.el6.x86_64.rpm //Centos 7 @@ -38,14 +38,14 @@ Prepare the right [resources](https://docs.nebula-graph.io/{{nebula.release}}/4. https://oss-cdn.nebula-graph.io/package//nebula-graph-.ubuntu2004.amd64.deb ``` - For example, download release package {{ nebula.release }} for `Centos 7.5`: + For example, download release package {{ nebula.release }} for `Centos 7.5`: ```bash wget https://oss-cdn.nebula-graph.io/package/{{ nebula.release }}/nebula-graph-{{ nebula.release }}.el7.x86_64.rpm wget https://oss-cdn.nebula-graph.io/package/{{ nebula.release }}/nebula-graph-{{ nebula.release }}.el7.x86_64.rpm.sha256sum.txt ``` - download release package `{{ nebula.release }}` for `Ubuntu 1804`: + download release package `{{ nebula.release }}` for `Ubuntu 1804`: ```bash wget https://oss-cdn.nebula-graph.io/package/{{ nebula.release }}/nebula-graph-{{ nebula.release }}.ubuntu1804.amd64.deb @@ -59,46 +59,46 @@ Prepare the right [resources](https://docs.nebula-graph.io/{{nebula.release}}/4. - Nightly versions are usually used to test new features. Don't use it for production. - Nightly versions may not be build successfully every night. And the names may change from day to day. - URL: + URL: ```bash - //Centos 6 - https://oss-cdn.nebula-graph.io/package/v2-nightly//nebula-graph--nightly.el6.x86_64.rpm + //Centos 6 + https://oss-cdn.nebula-graph.io/package/nightly//nebula-graph--nightly.el6.x86_64.rpm //Centos 7 - https://oss-cdn.nebula-graph.io/package/v2-nightly//nebula-graph--nightly.el7.x86_64.rpm + https://oss-cdn.nebula-graph.io/package/nightly//nebula-graph--nightly.el7.x86_64.rpm //Centos 8 - https://oss-cdn.nebula-graph.io/package/v2-nightly//nebula-graph--nightly.el8.x86_64.rpm + https://oss-cdn.nebula-graph.io/package/nightly//nebula-graph--nightly.el8.x86_64.rpm //Ubuntu 1604 - https://oss-cdn.nebula-graph.io/package/v2-nightly//nebula-graph--nightly.ubuntu1604.amd64.deb + https://oss-cdn.nebula-graph.io/package/nightly//nebula-graph--nightly.ubuntu1604.amd64.deb //Ubuntu 1804 - https://oss-cdn.nebula-graph.io/package/v2-nightly//nebula-graph--nightly.ubuntu1804.amd64.deb + https://oss-cdn.nebula-graph.io/package/nightly//nebula-graph--nightly.ubuntu1804.amd64.deb //Ubuntu 2004 - https://oss-cdn.nebula-graph.io/package/v2-nightly//nebula-graph--nightly.ubuntu2004.amd64.deb + https://oss-cdn.nebula-graph.io/package/nightly//nebula-graph--nightly.ubuntu2004.amd64.deb ``` - For example, download the `Centos 7.5` package developed and built in `2021.03.28`: + For example, download the `Centos 7.5` package developed and built in `2021.11.28`: ```bash - wget https://oss-cdn.nebula-graph.io/package/v2-nightly/2021.03.28/nebula-graph-2021.03.28-nightly.el7.x86_64.rpm - wget https://oss-cdn.nebula-graph.io/package/v2-nightly/2021.03.28/nebula-graph-2021.03.28-nightly.el7.x86_64.rpm.sha256sum.txt + wget https://oss-cdn.nebula-graph.io/package/nightly/2021.11.28/nebula-graph-2021.11.28-nightly.el7.x86_64.rpm + wget https://oss-cdn.nebula-graph.io/package/nightly/2021.11.28/nebula-graph-2021.11.28-nightly.el7.x86_64.rpm.sha256sum.txt ``` - For example, download the `Ubuntu 1804` package developed and built in `2021.03.28`: + For example, download the `Ubuntu 1804` package developed and built in `2021.11.28`: ```bash - wget https://oss-cdn.nebula-graph.io/package/v2-nightly/2021.03.28/nebula-graph-2021.03.28-nightly.ubuntu1804.amd64.deb - wget https://oss-cdn.nebula-graph.io/package/v2-nightly/2021.03.28/nebula-graph-2021.03.28-nightly.ubuntu1804.amd64.deb.sha256sum.txt + wget https://oss-cdn.nebula-graph.io/package/nightly/2021.11.28/nebula-graph-2021.11.28-nightly.ubuntu1804.amd64.deb + wget https://oss-cdn.nebula-graph.io/package/nightly/2021.11.28/nebula-graph-2021.11.28-nightly.ubuntu1804.amd64.deb.sha256sum.txt ```