Skip to content

Commit

Permalink
Merge pull request #25 from yuxi311/main
Browse files Browse the repository at this point in the history
docs: update /install/linux.md
  • Loading branch information
QQDQ authored Oct 30, 2023
2 parents bd79b8e + 7d974f6 commit a6cf5c7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 16 deletions.
26 changes: 15 additions & 11 deletions neuronex/en_US/install/linux.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
# 使用 .tar.gz 包安装
# Using .tar.gz package

## 下载
## Download

根据不同版本及架构下载安装包,例如:
Download the installation package according to different versions and architectures, E.g:

```bash
<!-- ```bash
$ wget https://www.emqx.com/en/downloads/neuron/2.4.0/neuronex-2.4.0-linux-amd64.tar.gz
```
``` -->

## 安装
## Install

```bash
$ tar -zxvf neuronex-2.4.0-linux-amd64.tar.gz
$ cd neuronex-2.4.0-linux-amd64
$ tar -zxvf neuronex-3.0.0-linux-amd64.tar.gz
$ cd neuronex-3.0.0-linux-amd64
```

## 启动
::: tip
GLIBC requires version 2.31 or above.
:::

## Run

执行如下指令启动 ECP Edge:
The following command can be executed to start NeuronEX:

```bash
$ ./neuron-helper.sh start
$ ./bin/neuronex run
```

14 changes: 9 additions & 5 deletions neuronex/zh_CN/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,26 @@

根据不同版本及架构下载安装包,例如:

```bash
<!-- ```bash
$ wget https://www.emqx.com/en/downloads/neuron/2.4.0/neuronex-2.4.0-linux-amd64.tar.gz
```
``` -->

## 安装

```bash
$ tar -zxvf neuronex-2.4.0-linux-amd64.tar.gz
$ cd neuronex-2.4.0-linux-amd64
$ tar -zxvf neuronex-3.0.0-linux-amd64.tar.gz
$ cd neuronex-3.0.0-linux-amd64
```

::: tip
GLIC 需要 2.31 以上版本。
:::

## 启动

执行如下指令启动 NeuronEX:

```bash
$ ./neuron-helper.sh start
$ ./bin/neuronex run
```

0 comments on commit a6cf5c7

Please sign in to comment.