Skip to content

Commit

Permalink
Merge pull request #242 from xwm1992/fix-241
Browse files Browse the repository at this point in the history
[ISSUE #241] update package download links
  • Loading branch information
MajorHe1 authored Dec 30, 2024
2 parents 916c37b + 0cd3d7e commit c4ca9c2
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 27 deletions.
18 changes: 9 additions & 9 deletions docs/instruction/03-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ EventMesh Runtime is a stateful Mesh node in the EventMesh cluster, responsible
Download the latest version of the Binary Distribution from the [EventMesh Download](https://eventmesh.apache.org/download) page and extract it:

```shell
wget https://dlcdn.apache.org/eventmesh/1.10.0/apache-eventmesh-1.10.0-bin.tar.gz
tar -xvzf apache-eventmesh-1.10.0-bin.tar.gz
cd apache-eventmesh-1.10.0
wget https://dlcdn.apache.org/eventmesh/1.11.0/apache-eventmesh-1.11.0-bin.tar.gz
tar -xvzf apache-eventmesh-1.11.0-bin.tar.gz
cd apache-eventmesh-1.11.0
```

### 1.3 Configuration
Expand Down Expand Up @@ -112,9 +112,9 @@ When the script prints `shutdown server ok!`, it means EventMesh Runtime has sto
Download the Source Code from [EventMesh Download](https://eventmesh.apache.org/download) and extract it:

```shell
wget https://dlcdn.apache.org/eventmesh/1.10.0/apache-eventmesh-1.10.0-source.tar.gz
tar -xvzf apache-eventmesh-1.10.0-source.tar.gz
cd apache-eventmesh-1.10.0-src/
wget https://dlcdn.apache.org/eventmesh/1.11.0/apache-eventmesh-1.11.0-source.tar.gz
tar -xvzf apache-eventmesh-1.11.0-source.tar.gz
cd apache-eventmesh-1.11.0-src/
```

You can also choose to clone the code from GitHub:
Expand Down Expand Up @@ -191,9 +191,9 @@ cd eventmesh/
You can also download the Source Code release from [EventMesh Download](https://eventmesh.apache.org/download) and extract it:

```shell
wget https://dlcdn.apache.org/eventmesh/1.10.0/apache-eventmesh-1.10.0-source.tar.gz
tar -xvzf apache-eventmesh-1.10.0-source.tar.gz
cd apache-eventmesh-1.10.0-src/
wget https://dlcdn.apache.org/eventmesh/1.11.0/apache-eventmesh-1.11.0-source.tar.gz
tar -xvzf apache-eventmesh-1.11.0-source.tar.gz
cd apache-eventmesh-1.11.0-src/
```

### 3.3 Project Structure Explanation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ EventMesh Runtime 是 EventMesh 集群中有状态的 Mesh 节点,负责 Sourc
[EventMesh Download](https://eventmesh.apache.org/download) 页面下载最新版本的 Binary Distribution 发行版并解压:

```shell
wget https://dlcdn.apache.org/eventmesh/1.10.0/apache-eventmesh-1.10.0-bin.tar.gz
tar -xvzf apache-eventmesh-1.10.0-bin.tar.gz
cd apache-eventmesh-1.10.0
wget https://dlcdn.apache.org/eventmesh/1.11.0/apache-eventmesh-1.11.0-bin.tar.gz
tar -xvzf apache-eventmesh-1.11.0-bin.tar.gz
cd apache-eventmesh-1.11.0
```

### 1.3 配置
Expand Down Expand Up @@ -110,9 +110,9 @@ bash bin/stop.sh
[EventMesh Download](https://eventmesh.apache.org/download) 下载 Source Code 源代码并解压:

```shell
wget https://dlcdn.apache.org/eventmesh/1.10.0/apache-eventmesh-1.10.0-source.tar.gz
tar -xvzf apache-eventmesh-1.10.0-source.tar.gz
cd apache-eventmesh-1.10.0-src/
wget https://dlcdn.apache.org/eventmesh/1.11.0/apache-eventmesh-1.11.0-source.tar.gz
tar -xvzf apache-eventmesh-1.11.0-source.tar.gz
cd apache-eventmesh-1.11.0-src/
```

您也可以选择从 GitHub 拉取代码:
Expand Down Expand Up @@ -189,9 +189,9 @@ cd eventmesh/
您也可以从 [EventMesh Download](https://eventmesh.apache.org/download) 下载 Source Code 源代码发行版并解压:

```shell
wget https://dlcdn.apache.org/eventmesh/1.10.0/apache-eventmesh-1.10.0-source.tar.gz
tar -xvzf apache-eventmesh-1.10.0-source.tar.gz
cd apache-eventmesh-1.10.0-src/
wget https://dlcdn.apache.org/eventmesh/1.11.0/apache-eventmesh-1.11.0-source.tar.gz
tar -xvzf apache-eventmesh-1.11.0-source.tar.gz
cd apache-eventmesh-1.11.0-src/
```

### 3.3 项目结构说明
Expand Down
15 changes: 15 additions & 0 deletions src/pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ interface Release {
}

const releaseList: Release[] = [
{
version: 'v1.11.0',
date: new Date(2024, 11, 30),
notes: 'https://eventmesh.apache.org/events/release-notes/v1.11.0',
source: {
tar: 'https://www.apache.org/dyn/closer.lua/eventmesh/1.11.0/apache-eventmesh-1.11.0-source.tar.gz',
asc: 'https://downloads.apache.org/eventmesh/1.11.0/apache-eventmesh-1.11.0-source.tar.gz.asc',
sha512: 'https://downloads.apache.org/eventmesh/1.11.0/apache-eventmesh-1.11.0-source.tar.gz.sha512',
},
binary: {
tar: 'https://www.apache.org/dyn/closer.lua/eventmesh/1.11.0/apache-eventmesh-1.11.0-bin.tar.gz',
asc: 'https://downloads.apache.org/eventmesh/1.11.0/apache-eventmesh-1.11.0-bin.tar.gz.asc',
sha512: 'https://downloads.apache.org/eventmesh/1.11.0/apache-eventmesh-1.11.0-bin.tar.gz.sha512',
},
},
{
version: 'v1.10.0',
date: new Date(2023, 11, 25),
Expand Down
18 changes: 9 additions & 9 deletions versioned_docs/version-v1.11.0/instruction/03-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ EventMesh Runtime is a stateful Mesh node in the EventMesh cluster, responsible
Download the latest version of the Binary Distribution from the [EventMesh Download](https://eventmesh.apache.org/download) page and extract it:

```shell
wget https://dlcdn.apache.org/eventmesh/1.10.0/apache-eventmesh-1.10.0-bin.tar.gz
tar -xvzf apache-eventmesh-1.10.0-bin.tar.gz
cd apache-eventmesh-1.10.0
wget https://dlcdn.apache.org/eventmesh/1.11.0/apache-eventmesh-1.11.0-bin.tar.gz
tar -xvzf apache-eventmesh-1.11.0-bin.tar.gz
cd apache-eventmesh-1.11.0
```

### 1.3 Configuration
Expand Down Expand Up @@ -110,9 +110,9 @@ When the script prints `shutdown server ok!`, it means EventMesh Runtime has sto
Download the Source Code from [EventMesh Download](https://eventmesh.apache.org/download) and extract it:

```shell
wget https://dlcdn.apache.org/eventmesh/1.10.0/apache-eventmesh-1.10.0-source.tar.gz
tar -xvzf apache-eventmesh-1.10.0-source.tar.gz
cd apache-eventmesh-1.10.0-src/
wget https://dlcdn.apache.org/eventmesh/1.11.0/apache-eventmesh-1.11.0-source.tar.gz
tar -xvzf apache-eventmesh-1.11.0-source.tar.gz
cd apache-eventmesh-1.11.0-src/
```

You can also choose to clone the code from GitHub:
Expand Down Expand Up @@ -189,9 +189,9 @@ cd eventmesh/
You can also download the Source Code release from [EventMesh Download](https://eventmesh.apache.org/download) and extract it:

```shell
wget https://dlcdn.apache.org/eventmesh/1.10.0/apache-eventmesh-1.10.0-source.tar.gz
tar -xvzf apache-eventmesh-1.10.0-source.tar.gz
cd apache-eventmesh-1.10.0-src/
wget https://dlcdn.apache.org/eventmesh/1.11.0/apache-eventmesh-1.11.0-source.tar.gz
tar -xvzf apache-eventmesh-1.11.0-source.tar.gz
cd apache-eventmesh-1.11.0-src/
```

### 3.3 Project Structure Explanation
Expand Down

0 comments on commit c4ca9c2

Please sign in to comment.