Skip to content

Commit

Permalink
fix build_chain link
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull committed Mar 31, 2020
1 parent a7fb5eb commit 7d17267
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cd ~ && mkdir -p fisco && cd fisco
- 下载`build_chain.sh`脚本

```bash
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.2.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
```

### 搭建单群组4节点联盟链
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/distributed_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ FISCO BCOS在2.0.0-rc3之后,支持节点通过连接池直连MySQL,相对
```bash
mkdir -p ~/fisco && cd ~/fisco
# 获取build_chain.sh脚本
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.2.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
```
#### 生成配置文件
```bash
Expand Down Expand Up @@ -376,7 +376,7 @@ mkdir -p ~/fisco && cd ~/fisco
- 获取`build_chain`脚本
```bash
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.2.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
```
#### 生成配置文件
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/group_use_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ mkdir -p ~/fisco && cd ~/fisco

- 获取build_chain.sh脚本
```bash
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.2.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
```

**生成星形区块链系统配置文件**
Expand Down Expand Up @@ -555,7 +555,7 @@ $ cd ~/fisco/nodes/127.0.0.1 && bash stop_all.sh
```bash
$ mkdir -p ~/fisco && cd ~/fisco
# 获取build_chain.sh脚本
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.2.0/build_chain.sh && chmod u+x build_chain.sh
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
# 构建本机单群组四节点区块链(生产环境中,建议每个节点部署在不同物理机上)
$ bash build_chain.sh -l "127.0.0.1:4" -o multi_nodes -p 20000,20100,7545
Generating CA key...
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/guomi_crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $ sudo apt install -y openssl curl
# 准备环境
$ cd ~ && mkdir -p fisco && cd fisco
# 下载build_chain.sh脚本
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.2.0/build_chain.sh && chmod u+x build_chain.sh
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
```

执行完上述步骤后,fisco目录下结构如下:
Expand Down
2 changes: 1 addition & 1 deletion en/docs/change_log/2_3_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

- [KVTable](../manual/smart_contract.html#use-kvtable-contract-get-set-interface):Provides key-based data reading and writing methods. Compared to [Table contract CRUD interface](../manual/smart_contract.html#to-use-table-contract-crud-interface), it is simpler and easier to use and maintain.

- [Contract management](../design/features/contract_management.md): Provide contract life cycle management interface, including [freeze](../manual/console.html#freezecontract), [unfreeze](../manual/console.html#unfreezecontract), [destroy](../manual/console.html#destroycontract), [Contract Status Query](../manual/console.html#getcontractstatus) and its related [Authorization](../manual/console.html#grantcontractstatusmanager), [Permission Query](../manual/console.html#listcontractstatusmanager) and other operations to facilitate the operation and maintenance personnel's management of the on-chain contract
- [Contract management](../design/features/contract_management.md): Provide contract life cycle management interface, including [freeze](../manual/console.html#freezecontract), [unfreeze](../manual/console.html#unfreezecontract), [Contract Status Query](../manual/console.html#getcontractstatus) and its related [Authorization](../manual/console.html#grantcontractstatusmanager), [Permission Query](../manual/console.html#listcontractstatusmanager) and other operations to facilitate the operation and maintenance personnel's management of the on-chain contract


**Update**
Expand Down
2 changes: 1 addition & 1 deletion en/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cd ~ && mkdir -p fisco && cd fisco
- Download `build_chain.sh` script

```bash
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.2.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
```

### Build a single-group 4-node consortium chain
Expand Down
4 changes: 2 additions & 2 deletions en/docs/manual/distributed_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Before using distributed storage, you need to complete the establishment of the
```bash
mkdir -p ~/fisco && cd ~/fisco
# Download build_chain.sh script
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.2.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
```
#### Generate configuration file
```bash
Expand Down Expand Up @@ -347,7 +347,7 @@ mkdir -p ~/fisco && cd ~/fisco
- get `build_chain` script
```bash
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.2.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
```
#### Generate configuration file
Expand Down
4 changes: 2 additions & 2 deletions en/docs/manual/group_use_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ mkdir -p ~/fisco && cd ~/fisco

- Download the build_chain.sh script
```bash
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.2.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
```

**Generate configuration for star networking blockchain system**
Expand Down Expand Up @@ -564,7 +564,7 @@ In a parallel multi-group scenario, node join and exit group operations are simi
```bash
$ mkdir -p ~/fisco && cd ~/fisco
# Download build_chain.sh script
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.2.0/build_chain.sh && chmod u+x build_chain.sh
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
#Build a local single-group four-node blockchain (in a production environment, it is recommended that each node be deployed on a different physical machine)
$ bash build_chain.sh -l "127.0.0.1:4" -o multi_nodes -p 20000,20100,7545
Generating CA key...
Expand Down
2 changes: 1 addition & 1 deletion en/docs/manual/guomi_crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $ sudo apt install -y openssl curl
# prepare environment
$ cd ~ && mkdir -p fisco && cd fisco
# download build_chain.sh script
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.2.0/build_chain.sh && chmod u+x build_chain.sh
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
```

After performing the above steps, the structure in the fisco directory is as follows:
Expand Down

0 comments on commit 7d17267

Please sign in to comment.