Skip to content

Commit

Permalink
Merge pull request #461 from WeBankBlockchain/lab-dev
Browse files Browse the repository at this point in the history
Lab update compatibility doc
  • Loading branch information
eveagle authored Jun 17, 2022
2 parents 92c3970 + 12f8e45 commit 77332af
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/WeBASE-Front/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

**备注:** Java推荐使用[OracleJDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html),可参考[JDK配置指引](./appendix.html#jdk)(CentOS的yum仓库的OpenJDK缺少JCE(Java Cryptography Extension),导致Web3SDK无法正常连接区块链节点)

```eval_rst
.. important::
FISCO-BCOS 2.0与3.0对比、JDK版本、WeBASE及其他子系统的版本兼容说明!`请查看 <https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html>`_
```

#### 国密支持

WeBASE-Front v1.2.2+已支持 [国密版FISCO-BCOS](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/manual/guomi_crypto.html)
Expand Down
5 changes: 5 additions & 0 deletions docs/WeBASE-Install/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

在区块链应用开发阶段建议用户使用快速入门搭建。在快速入门搭建模式,开发者只需要搭建节点和节点前置服务(WeBASE-Front),就可以通过WeBASE-Front的合约编辑器进行合约的编辑,编译,部署,调试。

```eval_rst
.. important::
FISCO-BCOS 2.0与3.0对比、JDK版本、WeBASE及其他子系统的版本兼容说明!`请查看 <https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html>`_
```

### 节点搭建

节点搭建的方法建议使用[build_chain](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/installation.html)
Expand Down
5 changes: 5 additions & 0 deletions docs/WeBASE-Install/enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

WeBASE四个服务的部署架构如下图:节点前置需要和区块链节点部署在同一台机器,签名服务可以和节点前置分开部署,也可以同机部署;节点管理和WeBASE管理平台可以同机部署,也可以分开部署。在企业生产环境,为了容灾往往会在多个节点上部署节点前置,也会部署多个签名服务、节点管理和WeBASE管理台。

```eval_rst
.. important::
FISCO-BCOS 2.0与3.0对比、JDK版本、WeBASE及其他子系统的版本兼容说明!`请查看 <https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html>`_
```

<img src="../../_images/Framework_2.png" width="700">

具体部署可以参考《WeBASE管理平台使用说明》中[手动搭建](../WeBASE-Console-Suit/index.html#id9)部分。
Expand Down
5 changes: 5 additions & 0 deletions docs/WeBASE-Install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@

企业部署:在生产环境中,建议用户参考详细安装,部署全部功能,保证系统高效和稳定。

```eval_rst
.. important::
FISCO-BCOS 2.0与3.0对比、JDK版本、WeBASE及其他子系统的版本兼容说明!`请查看 <https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html>`_
```

```eval_rst
.. toctree::
:maxdepth: 1
Expand Down
6 changes: 6 additions & 0 deletions docs/WeBASE-Node-Manager/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@


## 2. 注意事项

```eval_rst
.. important::
FISCO-BCOS 2.0与3.0对比、JDK版本、WeBASE及其他子系统的版本兼容说明!`请查看 <https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html>`_
```

* Java推荐使用[OracleJDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html)[JDK配置指引](./appendix.html#jdk)
* 在服务搭建的过程中,如碰到问题,请查看 [常见问题解答](./install_FAQ.html)
* 安全提示: 强烈建议设置复杂的数据库登录密码,且严格控制数据操作的权限和网络策略
Expand Down
5 changes: 5 additions & 0 deletions docs/WeBASE-Transaction/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
| 数据库 | MySQL-5.6或以上版本 |
| ZooKeeper | ZooKeeper-3.6.0或以上版本 |

```eval_rst
.. important::
FISCO-BCOS 2.0与3.0对比、JDK版本、WeBASE及其他子系统的版本兼容说明!`请查看 <https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html>`_
```

**备注:**

- Java推荐使用[OracleJDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html),可参考[JDK配置指引](./appendix.html#jdk)(CentOS的yum仓库的OpenJDK缺少JCE(Java Cryptography Extension),导致Web3SDK无法正常连接区块链节点)
Expand Down
4 changes: 4 additions & 0 deletions docs/WeBASE/ChangeLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 支持FISCO-BCOS 3.X.X系列版本

```eval_rst
.. important::
FISCO-BCOS 2.0与3.0对比、JDK版本、WeBASE及其他子系统的版本兼容说明!`请查看 <https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html>`_
```

### WeBASE lab-rc2

Expand Down
6 changes: 6 additions & 0 deletions docs/WeBASE/install.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 一键部署


```eval_rst
.. important::
FISCO-BCOS 2.0与3.0对比、JDK版本、WeBASE及其他子系统的版本兼容说明!`请查看 <https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html>`_
```

​ 一键部署可以在 **同机** 快速搭建WeBASE管理台环境,方便用户快速体验WeBASE管理平台。

​ 一键部署会搭建:节点(FISCO-BCOS 3.0+)、管理平台(WeBASE-Web)、节点管理子系统(WeBASE-Node-Manager)、节点前置子系统(WeBASE-Front)、签名服务(WeBASE-Sign)。其中,节点的搭建是可选的,可以通过配置来选择使用已有链或者搭建新链。一键部署架构如下:
Expand Down
5 changes: 5 additions & 0 deletions docs/WeBASE/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## 部署WeBASE
搭建WeBASE, 请参考[快速部署](../WeBASE/install.html)

```eval_rst
.. important::
FISCO-BCOS 2.0与3.0对比、JDK版本、WeBASE及其他子系统的版本兼容说明!`请查看 <https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html>`_
```

## 登录WeBASE管理平台进行配置
安装WeBASE完成后,需要将节点信息添加到WeBASE平台中,这样WeBASE才可和节点进行通信。需要添加的信息包含节点信息,生成用户的私钥等。如下图所示:

Expand Down
5 changes: 5 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ WeBASE(WeBank Blockchain Application Software Extension) 是在区块链应

- 本技术文档适用于WeBASE lab版本(适配FISCO BCOS v3.0),WeBASE 1.x版技术文档可跳转至 `[WeBASE master分支] <https://webasedoc.readthedocs.io/zh_CN/latest>`_ 查看


.. important::
FISCO-BCOS 2.0与3.0对比、JDK版本、WeBASE及其他子系统的版本兼容说明!`请查看 <https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html>`_


.. container:: row

.. container:: card-holder
Expand Down

0 comments on commit 77332af

Please sign in to comment.