Skip to content

Commit

Permalink
docs: fix iotdb download link (IGinX-THU#401)
Browse files Browse the repository at this point in the history
* docs: fix iotdb download link

* docs: fix iotdb download link

* docs: fix iotdb download link

---------

Co-authored-by: Yuqing Zhu <[email protected]>
  • Loading branch information
aqni and zhuyuqing authored Jul 22, 2024
1 parent b0da681 commit 6ab0f6d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions docs/quickStarts/IGinXBySource-EnglishVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ The specific installation method is as follows:

```shell
$ cd ~
$ wget https://mirrors.bfsu.edu.cn/apache/iotdb/0.12.0/apache-iotdb-0.12.0-server-bin.zip
$ unzip apache-iotdb-0.12.0-server-bin.zip
$ wget https://github.com/IGinX-THU/IGinX-resources/raw/main/resources/apache-iotdb-0.12.6-server-bin.zip
$ unzip apache-iotdb-0.12.6-server-bin.zip
```

### IGinX Installation
Expand Down Expand Up @@ -217,7 +217,7 @@ First of all, you need to launch IoTDB.

```shell
$ cd ~
$ cd apache-iotdb-0.12.0-server-bin/
$ cd apache-iotdb-0.12.6-server-bin/
$ ./sbin/start-server.sh
```

Expand Down
6 changes: 3 additions & 3 deletions docs/quickStarts/IGinXBySource.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ IoTDB 是 Apache 推出的时序数据库,具体安装方式如下:

```shell
$ cd ~
$ wget https://mirrors.bfsu.edu.cn/apache/iotdb/0.12.0/apache-iotdb-0.12.0-server-bin.zip
$ unzip apache-iotdb-0.12.0-server-bin.zip
$ wget https://github.com/IGinX-THU/IGinX-resources/raw/main/resources/apache-iotdb-0.12.6-server-bin.zip
$ unzip apache-iotdb-0.12.6-server-bin.zip
```

### IGinX 安装
Expand Down Expand Up @@ -217,7 +217,7 @@ $ mvn clean install -Dmaven.test.skip=true

```shell
$ cd ~
$ cd apache-iotdb-0.12.0-server-bin/
$ cd apache-iotdb-0.12.6-server-bin/
$ ./sbin/start-server.sh
```

Expand Down
6 changes: 3 additions & 3 deletions docs/quickStarts/IGinXCluster-EnglishVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ The specific installation method is as follows:

```shell
$ cd ~
$ wget https://mirrors.bfsu.edu.cn/apache/iotdb/0.12.0/apache-iotdb-0.12.0-server-bin.zip
$ unzip apache-iotdb-0.12.0-server-bin.zip
$ wget https://github.com/IGinX-THU/IGinX-resources/raw/main/resources/apache-iotdb-0.12.6-server-bin.zip
$ unzip apache-iotdb-0.12.6-server-bin.zip
```

### IGinX Installation
Expand All @@ -117,7 +117,7 @@ Start the first instance:

```shell
$ cd ~
$ cd apache-iotdb-0.12.0-server-bin/
$ cd apache-iotdb-0.12.6-server-bin/
$ ./sbin/start-server.sh # start instance one 127.0.0.1:6667
```

Expand Down
6 changes: 3 additions & 3 deletions docs/quickStarts/IGinXCluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ IoTDB 是 Apache 推出的时序数据库,具体安装方式如下:

```shell
$ cd ~
$ wget https://mirrors.bfsu.edu.cn/apache/iotdb/0.12.0/apache-iotdb-0.12.0-server-bin.zip
$ unzip apache-iotdb-0.12.0-server-bin.zip
$ wget https://github.com/IGinX-THU/IGinX-resources/raw/main/resources/apache-iotdb-0.12.6-server-bin.zip
$ unzip apache-iotdb-0.12.6-server-bin.zip
```

### IGinX 安装
Expand Down Expand Up @@ -121,7 +121,7 @@ rpc_port=6667

```shell
$ cd ~
$ cd apache-iotdb-0.12.0-server-bin/
$ cd apache-iotdb-0.12.6-server-bin/
$ ./sbin/start-server.sh # 启动实例一 127.0.0.1: 6667
```

Expand Down
8 changes: 4 additions & 4 deletions docs/quickStarts/IGinXManual-EnglishVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ The specific installation method is as follows:

```shell
$ cd ~
$ wget https://mirrors.bfsu.edu.cn/apache/iotdb/0.12.0/apache-iotdb-0.12.0-server-bin.zip
$ unzip apache-iotdb-0.12.0-server-bin.zip
$ wget https://github.com/IGinX-THU/IGinX-resources/raw/main/resources/apache-iotdb-0.12.6-server-bin.zip
$ unzip apache-iotdb-0.12.6-server-bin.zip
```

### Download the binary executables
Expand Down Expand Up @@ -173,7 +173,7 @@ First of all, you need to launch IoTDB.

```shell
$ cd ~
$ cd apache-iotdb-0.12.0-server-bin/
$ cd apache-iotdb-0.12.6-server-bin/
$ ./sbin/start-server.sh
```

Expand Down Expand Up @@ -241,7 +241,7 @@ Here is an example of starting two instances with ports 6667 and 7667, respectiv

```shell
$ cd ~
$ cd apache-iotdb-0.12.0-server-bin/
$ cd apache-iotdb-0.12.6-server-bin/
$ ./sbin/start-server.sh # 启动实例一 127.0.0.1: 6667
```

Expand Down
8 changes: 4 additions & 4 deletions docs/quickStarts/IGinXManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ IoTDB 是 Apache 推出的时序数据库,具体安装方式如下:

```shell
$ cd ~
$ wget https://mirrors.bfsu.edu.cn/apache/iotdb/0.12.0/apache-iotdb-0.12.0-server-bin.zip
$ unzip apache-iotdb-0.12.0-server-bin.zip
$ wget https://github.com/IGinX-THU/IGinX-resources/raw/main/resources/apache-iotdb-0.12.6-server-bin.zip
$ unzip apache-iotdb-0.12.6-server-bin.zip
```

### 下载二进制可执行文件
Expand Down Expand Up @@ -171,7 +171,7 @@ $ mvn clean install -Dmaven.test.skip=true

```shell
$ cd ~
$ cd apache-iotdb-0.12.0-server-bin/
$ cd apache-iotdb-0.12.6-server-bin/
$ ./sbin/start-server.sh
```

Expand Down Expand Up @@ -239,7 +239,7 @@ IGinX 元数据存储管理现在有 ZooKeeper 存储、写本地文件两种方

```shell
$ cd ~
$ cd apache-iotdb-0.12.0-server-bin/
$ cd apache-iotdb-0.12.6-server-bin/
$ ./sbin/start-server.sh # 启动实例一 127.0.0.1: 6667
```

Expand Down

0 comments on commit 6ab0f6d

Please sign in to comment.