-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from yuxi311/main
docs: update /install/linux.md
- Loading branch information
Showing
2 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters